#DC9E54

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

Shades of Porsche #DC9E54

Tints of Porsche #DC9E54

Color information

#DC9E54 (or 0xDC9E54) is unknown color: approx Porsche. HEX triplet: DC, 9E and 54. RGB value is (220,158,84). Sum of RGB (Red+Green+Blue) = 220+158+84=462 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.62% from 462); Green value is 158 (62.11% from 255 or 34.20% from 462); Blue value is 84 (33.20% from 255 or 18.18% from 462); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9E54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9E54 is #2361AB. Grayscale: #A8A8A8. Windows color (decimal): -2318764 or 5545692. OLE color: 5545692.

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

Color convert

RGB22015884-
CMYK00.280.620.14
HSL32.65º66.02%59.61%-
HSV(B)32.65º61.82%86.27%-
XYZ43.3440.3113.88-
YUV168.180.54165.02-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 47.62%
GREEN value IS 158 (62.11% from 255) = 34.20%
BLUE value IS 84 (33.20% from 255) = 18.18%
R=47.62%
G=34.20%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.62
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201588400.280.620.1432.6566.0259.61
HexDC9E5401C3EE21423c
Octal33423612403476164110274
Binary1101110010011110101010001110011111011101000011000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9E54; }

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

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

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

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

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

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

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

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