Shades of Porsche #DC9A62
Tints of Porsche #DC9A62
RGB
CMYK
RGB Variations
Color information
#DC9A62 (or 0xDC9A62) is known color: Porsche. HEX triplet: DC, 9A and 62. RGB value is (220,154,98). Sum of RGB (Red+Green+Blue) = 220+154+98=472 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.61% from 472); Green value is 154 (60.55% from 255 or 32.63% from 472); Blue value is 98 (38.67% from 255 or 20.76% from 472); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9A62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9A62 is #23659D. Grayscale: #A7A7A7. Windows color (decimal): -2319774 or 6462172. OLE color: 6462172.
HSL color Cylindrical-coordinate representation of color #DC9A62: hue angle of 27.54º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DC9A62 is Cyan = 0, Magento = 0.3, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 154 | 98 | - |
| CMYK | 0 | 0.3 | 0.55 | 0.14 |
| HSL | 27.54º | 0.64% | 0.62% | - |
| HSV(B) | 27.54º | 0.55% | 0.86% | - |
| XYZ | 43.28 | 39.21 | 16.84 | - |
| YUV | 167.35 | 88.87 | 165.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 154 | 98 | 0 | 0.3 | 0.55 | 0.14 | 27.54 | 0.64 | 0.62 |
| Hex | DC | 9A | 62 | 0 | 1E | 37 | E | 1C | 40 | 3E |
| Octal | 334 | 232 | 142 | 0 | 36 | 67 | 16 | 34 | 100 | 76 |
| Binary | 11011100 | 10011010 | 1100010 | 0 | 11110 | 110111 | 1110 | 11100 | 1000000 | 111110 |
Color Harmonies of #DC9A62
Complementary color
Monochromatic Colors of #DC9A62
Black with #DC9A62
Text Example
Text Example
White with #DC9A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9A62; }
p { color: rgb(220,154,98); }
H1.HeaderClassName
{
color: #DC9A62;
}
.AnyTagClassName
{
color: #DC9A62;
}
</style>
background-color css
<style>
a { background-color: #DC9A62; }
a { background-color: rgb(220,154,98); }
div.DivClassName
{
background-color: #DC9A62;
}
.BgClassName
{
background-color: #DC9A62;
}
</style>
border-color css
<style>
span { border-color: #DC9A62; }
span { border-color: rgb(220,154,98); }
td.TdClassName
{
border-color: #DC9A62;
}
.TagClassName
{
border-color: #DC9A62;
}
</style>