Shades of Porsche #DC9959
Tints of Porsche #DC9959
RGB
CMYK
RGB Variations
Color information
#DC9959 (or 0xDC9959) is known color: Porsche. HEX triplet: DC, 99 and 59. RGB value is (220,153,89). Sum of RGB (Red+Green+Blue) = 220+153+89=462 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.62% from 462); Green value is 153 (60.16% from 255 or 33.12% from 462); Blue value is 89 (35.16% from 255 or 19.26% from 462); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9959 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9959 is #2366A6. Grayscale: #A6A6A6. Windows color (decimal): -2320039 or 5872092. OLE color: 5872092.
HSL color Cylindrical-coordinate representation of color #DC9959: hue angle of 29.31º 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 #DC9959 is Cyan = 0, Magento = 0.30, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 153 | 89 | - |
| CMYK | 0 | 0.30 | 0.60 | 0.14 |
| HSL | 29.31º | 0.65% | 0.61% | - |
| HSV(B) | 29.31º | 0.6% | 0.86% | - |
| XYZ | 42.71 | 38.72 | 14.67 | - |
| YUV | 165.74 | 84.7 | 166.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 153 | 89 | 0 | 0.30 | 0.60 | 0.14 | 29.31 | 0.65 | 0.61 |
| Hex | DC | 99 | 59 | 0 | 1E | 3C | E | 1D | 41 | 3D |
| Octal | 334 | 231 | 131 | 0 | 36 | 74 | 16 | 35 | 101 | 75 |
| Binary | 11011100 | 10011001 | 1011001 | 0 | 11110 | 111100 | 1110 | 11101 | 1000001 | 111101 |
Color Harmonies of #DC9959
Complementary color
Monochromatic Colors of #DC9959
Black with #DC9959
Text Example
Text Example
White with #DC9959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9959; }
p { color: rgb(220,153,89); }
H1.HeaderClassName
{
color: #DC9959;
}
.AnyTagClassName
{
color: #DC9959;
}
</style>
background-color css
<style>
a { background-color: #DC9959; }
a { background-color: rgb(220,153,89); }
div.DivClassName
{
background-color: #DC9959;
}
.BgClassName
{
background-color: #DC9959;
}
</style>
border-color css
<style>
span { border-color: #DC9959; }
span { border-color: rgb(220,153,89); }
td.TdClassName
{
border-color: #DC9959;
}
.TagClassName
{
border-color: #DC9959;
}
</style>