#DC9B66

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

Shades of Porsche #DC9B66

Tints of Porsche #DC9B66

Color information

#DC9B66 (or 0xDC9B66) is unknown color: approx Porsche. HEX triplet: DC, 9B and 66. RGB value is (220,155,102). Sum of RGB (Red+Green+Blue) = 220+155+102=477 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.12% from 477); Green value is 155 (60.94% from 255 or 32.49% from 477); Blue value is 102 (40.23% from 255 or 21.38% from 477); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9B66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9B66 is #236499. Grayscale: #A8A8A8. Windows color (decimal): -2319514 or 6724572. OLE color: 6724572.

HSL color Cylindrical-coordinate representation of color #DC9B66: hue angle of 26.95º 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 #DC9B66 is Cyan = 0, Magento = 0.30, Yellow = 0.54 and Black (K on CMYK) = 0.14.

Color convert

RGB220155102-
CMYK00.300.540.14
HSL26.95º62.77%63.14%-
HSV(B)26.95º53.64%86.27%-
XYZ43.6339.6217.92-
YUV168.3990.53164.81-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 46.12%
GREEN value IS 155 (60.94% from 255) = 32.49%
BLUE value IS 102 (40.23% from 255) = 21.38%
R=46.12%
G=32.49%
B=21.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.54
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015510200.300.540.1426.9562.7763.14
HexDC9B6601E36E1b3f3f
Octal3342331460366616337777
Binary11011100100110111100110011110110110111011011111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9B66; }

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

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

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

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

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

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

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

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