#DC9E65

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

Shades of Porsche #DC9E65

Tints of Porsche #DC9E65

Color information

#DC9E65 (or 0xDC9E65) is unknown color: approx Porsche. HEX triplet: DC, 9E and 65. RGB value is (220,158,101). Sum of RGB (Red+Green+Blue) = 220+158+101=479 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.93% from 479); Green value is 158 (62.11% from 255 or 32.99% from 479); Blue value is 101 (39.84% from 255 or 21.09% from 479); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9E65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9E65 is #23619A. Grayscale: #AAAAAA. Windows color (decimal): -2318747 or 6659804. OLE color: 6659804.

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

Color convert

RGB220158101-
CMYK00.280.540.14
HSL28.74º62.96%62.94%-
HSV(B)28.74º54.09%86.27%-
XYZ44.0940.6117.83-
YUV170.0489.04163.63-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.93%
GREEN value IS 158 (62.11% from 255) = 32.99%
BLUE value IS 101 (39.84% from 255) = 21.09%
R=45.93%
G=32.99%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.54
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015810100.280.540.1428.7462.9662.94
HexDC9E6501C36E1d3f3f
Octal3342361450346616357777
Binary11011100100111101100101011100110110111011101111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9E65; }

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

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

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

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

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

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

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

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