Shades of Porsche #DC9B59
Tints of Porsche #DC9B59
RGB
CMYK
RGB Variations
Color information
#DC9B59 (or 0xDC9B59) is known color: Porsche. HEX triplet: DC, 9B and 59. RGB value is (220,155,89). Sum of RGB (Red+Green+Blue) = 220+155+89=464 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.41% from 464); Green value is 155 (60.94% from 255 or 33.41% from 464); Blue value is 89 (35.16% from 255 or 19.18% from 464); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9B59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9B59 is #2364A6. Grayscale: #A7A7A7. Windows color (decimal): -2319527 or 5872604. OLE color: 5872604.
HSL color Cylindrical-coordinate representation of color #DC9B59: hue angle of 30.23º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DC9B59 is Cyan = 0, Magento = 0.30, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 155 | 89 | - |
| CMYK | 0 | 0.30 | 0.60 | 0.14 |
| HSL | 30.23º | 0.65% | 0.61% | - |
| HSV(B) | 30.23º | 0.6% | 0.86% | - |
| XYZ | 43.04 | 39.38 | 14.78 | - |
| YUV | 166.91 | 84.03 | 165.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 155 | 89 | 0 | 0.30 | 0.60 | 0.14 | 30.23 | 0.65 | 0.61 |
| Hex | DC | 9B | 59 | 0 | 1E | 3C | E | 1E | 41 | 3D |
| Octal | 334 | 233 | 131 | 0 | 36 | 74 | 16 | 36 | 101 | 75 |
| Binary | 11011100 | 10011011 | 1011001 | 0 | 11110 | 111100 | 1110 | 11110 | 1000001 | 111101 |
Color Harmonies of #DC9B59
Complementary color
Monochromatic Colors of #DC9B59
Black with #DC9B59
Text Example
Text Example
White with #DC9B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9B59; }
p { color: rgb(220,155,89); }
H1.HeaderClassName
{
color: #DC9B59;
}
.AnyTagClassName
{
color: #DC9B59;
}
</style>
background-color css
<style>
a { background-color: #DC9B59; }
a { background-color: rgb(220,155,89); }
div.DivClassName
{
background-color: #DC9B59;
}
.BgClassName
{
background-color: #DC9B59;
}
</style>
border-color css
<style>
span { border-color: #DC9B59; }
span { border-color: rgb(220,155,89); }
td.TdClassName
{
border-color: #DC9B59;
}
.TagClassName
{
border-color: #DC9B59;
}
</style>