Shades of Porsche #DC9E52
Tints of Porsche #DC9E52
RGB
CMYK
RGB Variations
Color information
#DC9E52 (or 0xDC9E52) is known color: Porsche. HEX triplet: DC, 9E and 52. RGB value is (220,158,82). Sum of RGB (Red+Green+Blue) = 220+158+82=460 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.83% from 460); Green value is 158 (62.11% from 255 or 34.35% from 460); Blue value is 82 (32.42% from 255 or 17.83% from 460); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9E52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9E52 is #2361AD. Grayscale: #A8A8A8. Windows color (decimal): -2318766 or 5414620. OLE color: 5414620.
HSL color Cylindrical-coordinate representation of color #DC9E52: hue angle of 33.04º 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 #DC9E52 is Cyan = 0, Magento = 0.28, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 158 | 82 | - |
| CMYK | 0 | 0.28 | 0.63 | 0.14 |
| HSL | 33.04º | 0.66% | 0.59% | - |
| HSV(B) | 33.04º | 0.63% | 0.86% | - |
| XYZ | 43.27 | 40.28 | 13.48 | - |
| YUV | 167.87 | 79.54 | 165.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 158 | 82 | 0 | 0.28 | 0.63 | 0.14 | 33.04 | 0.66 | 0.59 |
| Hex | DC | 9E | 52 | 0 | 1C | 3F | E | 21 | 42 | 3B |
| Octal | 334 | 236 | 122 | 0 | 34 | 77 | 16 | 41 | 102 | 73 |
| Binary | 11011100 | 10011110 | 1010010 | 0 | 11100 | 111111 | 1110 | 100001 | 1000010 | 111011 |
Color Harmonies of #DC9E52
Complementary color
Monochromatic Colors of #DC9E52
Black with #DC9E52
Text Example
Text Example
White with #DC9E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9E52; }
p { color: rgb(220,158,82); }
H1.HeaderClassName
{
color: #DC9E52;
}
.AnyTagClassName
{
color: #DC9E52;
}
</style>
background-color css
<style>
a { background-color: #DC9E52; }
a { background-color: rgb(220,158,82); }
div.DivClassName
{
background-color: #DC9E52;
}
.BgClassName
{
background-color: #DC9E52;
}
</style>
border-color css
<style>
span { border-color: #DC9E52; }
span { border-color: rgb(220,158,82); }
td.TdClassName
{
border-color: #DC9E52;
}
.TagClassName
{
border-color: #DC9E52;
}
</style>