#DC9C66

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

Shades of Porsche #DC9C66

Tints of Porsche #DC9C66

Color information

#DC9C66 (or 0xDC9C66) is unknown color: approx Porsche. HEX triplet: DC, 9C and 66. RGB value is (220,156,102). Sum of RGB (Red+Green+Blue) = 220+156+102=478 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.03% from 478); Green value is 156 (61.33% from 255 or 32.64% from 478); Blue value is 102 (40.23% from 255 or 21.34% from 478); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9C66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9C66 is #236399. Grayscale: #A9A9A9. Windows color (decimal): -2319258 or 6724828. OLE color: 6724828.

HSL color Cylindrical-coordinate representation of color #DC9C66: hue angle of 27.46º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DC9C66 is Cyan = 0, Magento = 0.29, Yellow = 0.54 and Black (K on CMYK) = 0.14.

Color convert

RGB220156102-
CMYK00.290.540.14
HSL27.46º62.77%63.14%-
HSV(B)27.46º53.64%86.27%-
XYZ43.839.9517.97-
YUV168.9890.2164.39-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 46.03%
GREEN value IS 156 (61.33% from 255) = 32.64%
BLUE value IS 102 (40.23% from 255) = 21.34%
R=46.03%
G=32.64%
B=21.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.54
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015610200.290.540.1427.4662.7763.14
HexDC9C6601D36E1b3f3f
Octal3342341460356616337777
Binary11011100100111001100110011101110110111011011111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9C66; }

 p { color: rgb(220,156,102); }

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

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

 a { background-color: rgb(220,156,102); }

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

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

 span { border-color: rgb(220,156,102); }

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