#dc9653

Color #DC9653 Porsche (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Porsche #DC9653

Tints of Porsche #DC9653

Color information

#DC9653 (or 0xDC9653) is unknown color: approx Porsche. HEX triplet: DC, 96 and 53. RGB value is (220,150,83). Sum of RGB (Red+Green+Blue) = 220+150+83=453 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.57% from 453); Green value is 150 (58.98% from 255 or 33.11% from 453); Blue value is 83 (32.81% from 255 or 18.32% from 453); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9653 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9653 is #2369AC. Grayscale: #A3A3A3. Windows color (decimal): -2320813 or 5478108. OLE color: 5478108.

HSL color Cylindrical-coordinate representation of color #DC9653: hue angle of 29.34º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DC9653 is Cyan = 0, Magento = 0.32, Yellow = 0.62 and Black (K on CMYK) = 0.14.

Color convert

RGB22015083-
CMYK00.320.620.14
HSL29.34º66.18%59.41%-
HSV(B)29.34º62.27%86.27%-
XYZ41.9837.6513.24-
YUV163.2982.69168.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 220 (86.33% from 255) = 48.57%
GREEN value IS 150 (58.98% from 255) = 33.11%
BLUE value IS 83 (32.81% from 255) = 18.32%
R=48.57%
G=33.11%
B=18.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.62
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201508300.320.620.1429.3466.1859.41
HexDC96530203EE1d423b
Octal33422612304076163510273
Binary1101110010010110101001101000001111101110111011000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dc9653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dc9653; }

 p { color: rgb(220,150,83); }

 H1.HeaderClassName
 {
   color: #dc9653;
 }
 .AnyTagClassName
 {
   color: #dc9653;
 }
</style>
background-color css

<style>
 a { background-color: #dc9653; }

 a { background-color: rgb(220,150,83); }

 div.DivClassName
 {
   background-color: #dc9653;
 }
 .BgClassName
 {
   background-color: #dc9653;
 }
</style>
border-color css

<style>
 span { border-color: #dc9653; }

 span { border-color: rgb(220,150,83); }

 td.TdClassName
 {
   border-color: #dc9653;
 }
 .TagClassName
 {
   border-color: #dc9653;
 }
</style>