#DC9652

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

Shades of Porsche #DC9652

Tints of Porsche #DC9652

Color information

#DC9652 (or 0xDC9652) is unknown color: approx Porsche. HEX triplet: DC, 96 and 52. RGB value is (220,150,82). Sum of RGB (Red+Green+Blue) = 220+150+82=452 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.67% from 452); Green value is 150 (58.98% from 255 or 33.19% from 452); Blue value is 82 (32.42% from 255 or 18.14% from 452); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9652 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9652 is #2369AD. Grayscale: #A3A3A3. Windows color (decimal): -2320814 or 5412572. OLE color: 5412572.

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

Color convert

RGB22015082-
CMYK00.320.630.14
HSL29.57º66.35%59.22%-
HSV(B)29.57º62.73%86.27%-
XYZ41.9437.6413.04-
YUV163.1882.19168.53-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 48.67%
GREEN value IS 150 (58.98% from 255) = 33.19%
BLUE value IS 82 (32.42% from 255) = 18.14%
R=48.67%
G=33.19%
B=18.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.63
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201508200.320.630.1429.5766.3559.22
HexDC96520203FE1e423b
Octal33422612204077163610273
Binary1101110010010110101001001000001111111110111101000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9652; }

 p { color: rgb(220,150,82); }

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

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

 a { background-color: rgb(220,150,82); }

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

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

 span { border-color: rgb(220,150,82); }

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