Shades of Porsche #DC9D62
Tints of Porsche #DC9D62
RGB
CMYK
RGB Variations
Color information
#DC9D62 (or 0xDC9D62) is known color: Porsche. HEX triplet: DC, 9D and 62. RGB value is (220,157,98). Sum of RGB (Red+Green+Blue) = 220+157+98=475 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.32% from 475); Green value is 157 (61.72% from 255 or 33.05% from 475); Blue value is 98 (38.67% from 255 or 20.63% from 475); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9D62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9D62 is #23629D. Grayscale: #A9A9A9. Windows color (decimal): -2319006 or 6462940. OLE color: 6462940.
HSL color Cylindrical-coordinate representation of color #DC9D62: hue angle of 29.02º 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 #DC9D62 is Cyan = 0, Magento = 0.29, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 157 | 98 | - |
| CMYK | 0 | 0.29 | 0.55 | 0.14 |
| HSL | 29.02º | 0.64% | 0.62% | - |
| HSV(B) | 29.02º | 0.55% | 0.86% | - |
| XYZ | 43.78 | 40.21 | 17.01 | - |
| YUV | 169.11 | 87.87 | 164.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 157 | 98 | 0 | 0.29 | 0.55 | 0.14 | 29.02 | 0.64 | 0.62 |
| Hex | DC | 9D | 62 | 0 | 1D | 37 | E | 1D | 40 | 3E |
| Octal | 334 | 235 | 142 | 0 | 35 | 67 | 16 | 35 | 100 | 76 |
| Binary | 11011100 | 10011101 | 1100010 | 0 | 11101 | 110111 | 1110 | 11101 | 1000000 | 111110 |
Color Harmonies of #DC9D62
Complementary color
Monochromatic Colors of #DC9D62
Black with #DC9D62
Text Example
Text Example
White with #DC9D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9D62; }
p { color: rgb(220,157,98); }
H1.HeaderClassName
{
color: #DC9D62;
}
.AnyTagClassName
{
color: #DC9D62;
}
</style>
background-color css
<style>
a { background-color: #DC9D62; }
a { background-color: rgb(220,157,98); }
div.DivClassName
{
background-color: #DC9D62;
}
.BgClassName
{
background-color: #DC9D62;
}
</style>
border-color css
<style>
span { border-color: #DC9D62; }
span { border-color: rgb(220,157,98); }
td.TdClassName
{
border-color: #DC9D62;
}
.TagClassName
{
border-color: #DC9D62;
}
</style>