Shades of Porsche #DC9862
Tints of Porsche #DC9862
RGB
CMYK
RGB Variations
Color information
#DC9862 (or 0xDC9862) is known color: Porsche. HEX triplet: DC, 98 and 62. RGB value is (220,152,98). Sum of RGB (Red+Green+Blue) = 220+152+98=470 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.81% from 470); Green value is 152 (59.77% from 255 or 32.34% from 470); Blue value is 98 (38.67% from 255 or 20.85% from 470); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9862 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9862 is #23679D. Grayscale: #A6A6A6. Windows color (decimal): -2320286 or 6461660. OLE color: 6461660.
HSL color Cylindrical-coordinate representation of color #DC9862: hue angle of 26.56º 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 #DC9862 is Cyan = 0, Magento = 0.31, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 152 | 98 | - |
| CMYK | 0 | 0.31 | 0.55 | 0.14 |
| HSL | 26.56º | 0.64% | 0.62% | - |
| HSV(B) | 26.56º | 0.55% | 0.86% | - |
| XYZ | 42.95 | 38.55 | 16.73 | - |
| YUV | 166.18 | 89.53 | 166.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 152 | 98 | 0 | 0.31 | 0.55 | 0.14 | 26.56 | 0.64 | 0.62 |
| Hex | DC | 98 | 62 | 0 | 1F | 37 | E | 1B | 40 | 3E |
| Octal | 334 | 230 | 142 | 0 | 37 | 67 | 16 | 33 | 100 | 76 |
| Binary | 11011100 | 10011000 | 1100010 | 0 | 11111 | 110111 | 1110 | 11011 | 1000000 | 111110 |
Color Harmonies of #DC9862
Complementary color
Monochromatic Colors of #DC9862
Black with #DC9862
Text Example
Text Example
White with #DC9862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9862; }
p { color: rgb(220,152,98); }
H1.HeaderClassName
{
color: #DC9862;
}
.AnyTagClassName
{
color: #DC9862;
}
</style>
background-color css
<style>
a { background-color: #DC9862; }
a { background-color: rgb(220,152,98); }
div.DivClassName
{
background-color: #DC9862;
}
.BgClassName
{
background-color: #DC9862;
}
</style>
border-color css
<style>
span { border-color: #DC9862; }
span { border-color: rgb(220,152,98); }
td.TdClassName
{
border-color: #DC9862;
}
.TagClassName
{
border-color: #DC9862;
}
</style>