#dc9c67

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

Shades of Porsche #DC9C67

Tints of Porsche #DC9C67

Color information

#DC9C67 (or 0xDC9C67) is unknown color: approx Porsche. HEX triplet: DC, 9C and 67. RGB value is (220,156,103). Sum of RGB (Red+Green+Blue) = 220+156+103=479 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.93% from 479); Green value is 156 (61.33% from 255 or 32.57% from 479); Blue value is 103 (40.62% from 255 or 21.50% from 479); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9C67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9C67 is #236398. Grayscale: #A9A9A9. Windows color (decimal): -2319257 or 6790364. OLE color: 6790364.

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

Color convert

RGB220156103-
CMYK00.290.530.14
HSL27.18º62.57%63.33%-
HSV(B)27.18º53.18%86.27%-
XYZ43.8539.9718.24-
YUV169.0990.7164.31-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.93%
GREEN value IS 156 (61.33% from 255) = 32.57%
BLUE value IS 103 (40.62% from 255) = 21.50%
R=45.93%
G=32.57%
B=21.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.53
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015610300.290.530.1427.1862.5763.33
HexDC9C6701D35E1b3f3f
Octal3342341470356516337777
Binary11011100100111001100111011101110101111011011111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dc9c67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dc9c67; }

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

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

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

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

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

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

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

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