Shades of Porsche #DC9859
Tints of Porsche #DC9859
RGB
CMYK
RGB Variations
Color information
#DC9859 (or 0xDC9859) is known color: Porsche. HEX triplet: DC, 98 and 59. RGB value is (220,152,89). Sum of RGB (Red+Green+Blue) = 220+152+89=461 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.72% from 461); Green value is 152 (59.77% from 255 or 32.97% from 461); Blue value is 89 (35.16% from 255 or 19.31% from 461); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9859 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9859 is #2367A6. Grayscale: #A5A5A5. Windows color (decimal): -2320295 or 5871836. OLE color: 5871836.
HSL color Cylindrical-coordinate representation of color #DC9859: hue angle of 28.85º 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 #DC9859 is Cyan = 0, Magento = 0.31, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 152 | 89 | - |
| CMYK | 0 | 0.31 | 0.60 | 0.14 |
| HSL | 28.85º | 0.65% | 0.61% | - |
| HSV(B) | 28.85º | 0.6% | 0.86% | - |
| XYZ | 42.55 | 38.39 | 14.62 | - |
| YUV | 165.15 | 85.03 | 167.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 152 | 89 | 0 | 0.31 | 0.60 | 0.14 | 28.85 | 0.65 | 0.61 |
| Hex | DC | 98 | 59 | 0 | 1F | 3C | E | 1D | 41 | 3D |
| Octal | 334 | 230 | 131 | 0 | 37 | 74 | 16 | 35 | 101 | 75 |
| Binary | 11011100 | 10011000 | 1011001 | 0 | 11111 | 111100 | 1110 | 11101 | 1000001 | 111101 |
Color Harmonies of #DC9859
Complementary color
Monochromatic Colors of #DC9859
Black with #DC9859
Text Example
Text Example
White with #DC9859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9859; }
p { color: rgb(220,152,89); }
H1.HeaderClassName
{
color: #DC9859;
}
.AnyTagClassName
{
color: #DC9859;
}
</style>
background-color css
<style>
a { background-color: #DC9859; }
a { background-color: rgb(220,152,89); }
div.DivClassName
{
background-color: #DC9859;
}
.BgClassName
{
background-color: #DC9859;
}
</style>
border-color css
<style>
span { border-color: #DC9859; }
span { border-color: rgb(220,152,89); }
td.TdClassName
{
border-color: #DC9859;
}
.TagClassName
{
border-color: #DC9859;
}
</style>