Shades of Porsche #DC9D59
Tints of Porsche #DC9D59
RGB
CMYK
RGB Variations
Color information
#DC9D59 (or 0xDC9D59) is known color: Porsche. HEX triplet: DC, 9D and 59. RGB value is (220,157,89). Sum of RGB (Red+Green+Blue) = 220+157+89=466 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.21% from 466); Green value is 157 (61.72% from 255 or 33.69% from 466); Blue value is 89 (35.16% from 255 or 19.10% from 466); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9D59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9D59 is #2362A6. Grayscale: #A8A8A8. Windows color (decimal): -2319015 or 5873116. OLE color: 5873116.
HSL color Cylindrical-coordinate representation of color #DC9D59: hue angle of 31.15º 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 #DC9D59 is Cyan = 0, Magento = 0.29, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 157 | 89 | - |
| CMYK | 0 | 0.29 | 0.60 | 0.14 |
| HSL | 31.15º | 0.65% | 0.61% | - |
| HSV(B) | 31.15º | 0.6% | 0.86% | - |
| XYZ | 43.38 | 40.05 | 14.9 | - |
| YUV | 168.09 | 83.37 | 165.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 157 | 89 | 0 | 0.29 | 0.60 | 0.14 | 31.15 | 0.65 | 0.61 |
| Hex | DC | 9D | 59 | 0 | 1D | 3C | E | 1F | 41 | 3D |
| Octal | 334 | 235 | 131 | 0 | 35 | 74 | 16 | 37 | 101 | 75 |
| Binary | 11011100 | 10011101 | 1011001 | 0 | 11101 | 111100 | 1110 | 11111 | 1000001 | 111101 |
Color Harmonies of #DC9D59
Complementary color
Monochromatic Colors of #DC9D59
Black with #DC9D59
Text Example
Text Example
White with #DC9D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9D59; }
p { color: rgb(220,157,89); }
H1.HeaderClassName
{
color: #DC9D59;
}
.AnyTagClassName
{
color: #DC9D59;
}
</style>
background-color css
<style>
a { background-color: #DC9D59; }
a { background-color: rgb(220,157,89); }
div.DivClassName
{
background-color: #DC9D59;
}
.BgClassName
{
background-color: #DC9D59;
}
</style>
border-color css
<style>
span { border-color: #DC9D59; }
span { border-color: rgb(220,157,89); }
td.TdClassName
{
border-color: #DC9D59;
}
.TagClassName
{
border-color: #DC9D59;
}
</style>