#dc9c65

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

Shades of Porsche #DC9C65

Tints of Porsche #DC9C65

Color information

#DC9C65 (or 0xDC9C65) is unknown color: approx Porsche. HEX triplet: DC, 9C and 65. RGB value is (220,156,101). Sum of RGB (Red+Green+Blue) = 220+156+101=477 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.12% from 477); Green value is 156 (61.33% from 255 or 32.70% from 477); Blue value is 101 (39.84% from 255 or 21.17% from 477); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9C65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9C65 is #23639A. Grayscale: #A9A9A9. Windows color (decimal): -2319259 or 6659292. OLE color: 6659292.

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

Color convert

RGB220156101-
CMYK00.290.540.14
HSL27.73º62.96%62.94%-
HSV(B)27.73º54.09%86.27%-
XYZ43.7539.9317.71-
YUV168.8789.7164.47-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 46.12%
GREEN value IS 156 (61.33% from 255) = 32.70%
BLUE value IS 101 (39.84% from 255) = 21.17%
R=46.12%
G=32.70%
B=21.17%

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
Decimal22015610100.290.540.1427.7362.9662.94
HexDC9C6501D36E1c3f3f
Octal3342341450356616347777
Binary11011100100111001100101011101110110111011100111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dc9c65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dc9c65; }

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

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

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

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

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

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

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

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