Shades of Porsche #DC9E60
Tints of Porsche #DC9E60
RGB
CMYK
RGB Variations
Color information
#DC9E60 (or 0xDC9E60) is known color: Porsche. HEX triplet: DC, 9E and 60. RGB value is (220,158,96). Sum of RGB (Red+Green+Blue) = 220+158+96=474 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.41% from 474); Green value is 158 (62.11% from 255 or 33.33% from 474); Blue value is 96 (37.89% from 255 or 20.25% from 474); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9E60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9E60 is #23619F. Grayscale: #A9A9A9. Windows color (decimal): -2318752 or 6332124. OLE color: 6332124.
HSL color Cylindrical-coordinate representation of color #DC9E60: hue angle of 30º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DC9E60 is Cyan = 0, Magento = 0.28, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 158 | 96 | - |
| CMYK | 0 | 0.28 | 0.56 | 0.14 |
| HSL | 30º | 0.64% | 0.62% | - |
| HSV(B) | 30º | 0.56% | 0.86% | - |
| XYZ | 43.85 | 40.51 | 16.57 | - |
| YUV | 169.47 | 86.54 | 164.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 158 | 96 | 0 | 0.28 | 0.56 | 0.14 | 30 | 0.64 | 0.62 |
| Hex | DC | 9E | 60 | 0 | 1C | 38 | E | 1E | 40 | 3E |
| Octal | 334 | 236 | 140 | 0 | 34 | 70 | 16 | 36 | 100 | 76 |
| Binary | 11011100 | 10011110 | 1100000 | 0 | 11100 | 111000 | 1110 | 11110 | 1000000 | 111110 |
Color Harmonies of #DC9E60
Complementary color
Monochromatic Colors of #DC9E60
Black with #DC9E60
Text Example
Text Example
White with #DC9E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9E60; }
p { color: rgb(220,158,96); }
H1.HeaderClassName
{
color: #DC9E60;
}
.AnyTagClassName
{
color: #DC9E60;
}
</style>
background-color css
<style>
a { background-color: #DC9E60; }
a { background-color: rgb(220,158,96); }
div.DivClassName
{
background-color: #DC9E60;
}
.BgClassName
{
background-color: #DC9E60;
}
</style>
border-color css
<style>
span { border-color: #DC9E60; }
span { border-color: rgb(220,158,96); }
td.TdClassName
{
border-color: #DC9E60;
}
.TagClassName
{
border-color: #DC9E60;
}
</style>