Shades of Porsche #DC9A58
Tints of Porsche #DC9A58
RGB
CMYK
RGB Variations
Color information
#DC9A58 (or 0xDC9A58) is known color: Porsche. HEX triplet: DC, 9A and 58. RGB value is (220,154,88). Sum of RGB (Red+Green+Blue) = 220+154+88=462 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.62% from 462); Green value is 154 (60.55% from 255 or 33.33% from 462); Blue value is 88 (34.77% from 255 or 19.05% from 462); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9A58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9A58 is #2365A7. Grayscale: #A6A6A6. Windows color (decimal): -2319784 or 5806812. OLE color: 5806812.
HSL color Cylindrical-coordinate representation of color #DC9A58: hue angle of 30º 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 #DC9A58 is Cyan = 0, Magento = 0.3, Yellow = 0.6 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 154 | 88 | - |
| CMYK | 0 | 0.3 | 0.6 | 0.14 |
| HSL | 30º | 0.65% | 0.6% | - |
| HSV(B) | 30º | 0.6% | 0.86% | - |
| XYZ | 42.83 | 39.03 | 14.51 | - |
| YUV | 166.21 | 83.87 | 166.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 154 | 88 | 0 | 0.3 | 0.6 | 0.14 | 30 | 0.65 | 0.6 |
| Hex | DC | 9A | 58 | 0 | 1E | 3C | E | 1E | 41 | 3C |
| Octal | 334 | 232 | 130 | 0 | 36 | 74 | 16 | 36 | 101 | 74 |
| Binary | 11011100 | 10011010 | 1011000 | 0 | 11110 | 111100 | 1110 | 11110 | 1000001 | 111100 |
Color Harmonies of #DC9A58
Complementary color
Monochromatic Colors of #DC9A58
Black with #DC9A58
Text Example
Text Example
White with #DC9A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9A58; }
p { color: rgb(220,154,88); }
H1.HeaderClassName
{
color: #DC9A58;
}
.AnyTagClassName
{
color: #DC9A58;
}
</style>
background-color css
<style>
a { background-color: #DC9A58; }
a { background-color: rgb(220,154,88); }
div.DivClassName
{
background-color: #DC9A58;
}
.BgClassName
{
background-color: #DC9A58;
}
</style>
border-color css
<style>
span { border-color: #DC9A58; }
span { border-color: rgb(220,154,88); }
td.TdClassName
{
border-color: #DC9A58;
}
.TagClassName
{
border-color: #DC9A58;
}
</style>