Shades of Porsche #DC9B60
Tints of Porsche #DC9B60
RGB
CMYK
RGB Variations
Color information
#DC9B60 (or 0xDC9B60) is known color: Porsche. HEX triplet: DC, 9B and 60. RGB value is (220,155,96). Sum of RGB (Red+Green+Blue) = 220+155+96=471 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.71% from 471); Green value is 155 (60.94% from 255 or 32.91% from 471); Blue value is 96 (37.89% from 255 or 20.38% from 471); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9B60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9B60 is #23649F. Grayscale: #A8A8A8. Windows color (decimal): -2319520 or 6331356. OLE color: 6331356.
HSL color Cylindrical-coordinate representation of color #DC9B60: hue angle of 28.55º 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 #DC9B60 is Cyan = 0, Magento = 0.30, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 155 | 96 | - |
| CMYK | 0 | 0.30 | 0.56 | 0.14 |
| HSL | 28.55º | 0.64% | 0.62% | - |
| HSV(B) | 28.55º | 0.56% | 0.86% | - |
| XYZ | 43.35 | 39.5 | 16.41 | - |
| YUV | 167.71 | 87.53 | 165.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 155 | 96 | 0 | 0.30 | 0.56 | 0.14 | 28.55 | 0.64 | 0.62 |
| Hex | DC | 9B | 60 | 0 | 1E | 38 | E | 1D | 40 | 3E |
| Octal | 334 | 233 | 140 | 0 | 36 | 70 | 16 | 35 | 100 | 76 |
| Binary | 11011100 | 10011011 | 1100000 | 0 | 11110 | 111000 | 1110 | 11101 | 1000000 | 111110 |
Color Harmonies of #DC9B60
Complementary color
Monochromatic Colors of #DC9B60
Black with #DC9B60
Text Example
Text Example
White with #DC9B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9B60; }
p { color: rgb(220,155,96); }
H1.HeaderClassName
{
color: #DC9B60;
}
.AnyTagClassName
{
color: #DC9B60;
}
</style>
background-color css
<style>
a { background-color: #DC9B60; }
a { background-color: rgb(220,155,96); }
div.DivClassName
{
background-color: #DC9B60;
}
.BgClassName
{
background-color: #DC9B60;
}
</style>
border-color css
<style>
span { border-color: #DC9B60; }
span { border-color: rgb(220,155,96); }
td.TdClassName
{
border-color: #DC9B60;
}
.TagClassName
{
border-color: #DC9B60;
}
</style>