Shades of Porsche #DC9D58
Tints of Porsche #DC9D58
RGB
CMYK
RGB Variations
Color information
#DC9D58 (or 0xDC9D58) is known color: Porsche. HEX triplet: DC, 9D and 58. RGB value is (220,157,88). Sum of RGB (Red+Green+Blue) = 220+157+88=465 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.31% from 465); Green value is 157 (61.72% from 255 or 33.76% from 465); Blue value is 88 (34.77% from 255 or 18.92% from 465); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9D58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9D58 is #2362A7. Grayscale: #A8A8A8. Windows color (decimal): -2319016 or 5807580. OLE color: 5807580.
HSL color Cylindrical-coordinate representation of color #DC9D58: hue angle of 31.36º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DC9D58 is Cyan = 0, Magento = 0.29, Yellow = 0.6 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 157 | 88 | - |
| CMYK | 0 | 0.29 | 0.6 | 0.14 |
| HSL | 31.36º | 0.65% | 0.6% | - |
| HSV(B) | 31.36º | 0.6% | 0.86% | - |
| XYZ | 43.33 | 40.03 | 14.68 | - |
| YUV | 167.97 | 82.87 | 165.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 157 | 88 | 0 | 0.29 | 0.6 | 0.14 | 31.36 | 0.65 | 0.6 |
| Hex | DC | 9D | 58 | 0 | 1D | 3C | E | 1F | 41 | 3C |
| Octal | 334 | 235 | 130 | 0 | 35 | 74 | 16 | 37 | 101 | 74 |
| Binary | 11011100 | 10011101 | 1011000 | 0 | 11101 | 111100 | 1110 | 11111 | 1000001 | 111100 |
Color Harmonies of #DC9D58
Complementary color
Monochromatic Colors of #DC9D58
Black with #DC9D58
Text Example
Text Example
White with #DC9D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9D58; }
p { color: rgb(220,157,88); }
H1.HeaderClassName
{
color: #DC9D58;
}
.AnyTagClassName
{
color: #DC9D58;
}
</style>
background-color css
<style>
a { background-color: #DC9D58; }
a { background-color: rgb(220,157,88); }
div.DivClassName
{
background-color: #DC9D58;
}
.BgClassName
{
background-color: #DC9D58;
}
</style>
border-color css
<style>
span { border-color: #DC9D58; }
span { border-color: rgb(220,157,88); }
td.TdClassName
{
border-color: #DC9D58;
}
.TagClassName
{
border-color: #DC9D58;
}
</style>