Shades of Porsche #DC9856
Tints of Porsche #DC9856
RGB
CMYK
RGB Variations
Color information
#DC9856 (or 0xDC9856) is known color: Porsche. HEX triplet: DC, 98 and 56. RGB value is (220,152,86). Sum of RGB (Red+Green+Blue) = 220+152+86=458 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.03% from 458); Green value is 152 (59.77% from 255 or 33.19% from 458); Blue value is 86 (33.98% from 255 or 18.78% from 458); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9856 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9856 is #2367A9. Grayscale: #A5A5A5. Windows color (decimal): -2320298 or 5675228. OLE color: 5675228.
HSL color Cylindrical-coordinate representation of color #DC9856: hue angle of 29.55º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DC9856 is Cyan = 0, Magento = 0.31, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 152 | 86 | - |
| CMYK | 0 | 0.31 | 0.61 | 0.14 |
| HSL | 29.55º | 0.66% | 0.6% | - |
| HSV(B) | 29.55º | 0.61% | 0.86% | - |
| XYZ | 42.42 | 38.34 | 13.97 | - |
| YUV | 164.81 | 83.53 | 167.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 152 | 86 | 0 | 0.31 | 0.61 | 0.14 | 29.55 | 0.66 | 0.6 |
| Hex | DC | 98 | 56 | 0 | 1F | 3D | E | 1E | 42 | 3C |
| Octal | 334 | 230 | 126 | 0 | 37 | 75 | 16 | 36 | 102 | 74 |
| Binary | 11011100 | 10011000 | 1010110 | 0 | 11111 | 111101 | 1110 | 11110 | 1000010 | 111100 |
Color Harmonies of #DC9856
Complementary color
Monochromatic Colors of #DC9856
Black with #DC9856
Text Example
Text Example
White with #DC9856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9856; }
p { color: rgb(220,152,86); }
H1.HeaderClassName
{
color: #DC9856;
}
.AnyTagClassName
{
color: #DC9856;
}
</style>
background-color css
<style>
a { background-color: #DC9856; }
a { background-color: rgb(220,152,86); }
div.DivClassName
{
background-color: #DC9856;
}
.BgClassName
{
background-color: #DC9856;
}
</style>
border-color css
<style>
span { border-color: #DC9856; }
span { border-color: rgb(220,152,86); }
td.TdClassName
{
border-color: #DC9856;
}
.TagClassName
{
border-color: #DC9856;
}
</style>