Shades of Porsche #DC9864
Tints of Porsche #DC9864
RGB
CMYK
RGB Variations
Color information
#DC9864 (or 0xDC9864) is known color: Porsche. HEX triplet: DC, 98 and 64. RGB value is (220,152,100). Sum of RGB (Red+Green+Blue) = 220+152+100=472 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.61% from 472); Green value is 152 (59.77% from 255 or 32.20% from 472); Blue value is 100 (39.45% from 255 or 21.19% from 472); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9864 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9864 is #23679B. Grayscale: #A6A6A6. Windows color (decimal): -2320284 or 6592732. OLE color: 6592732.
HSL color Cylindrical-coordinate representation of color #DC9864: hue angle of 26º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DC9864 is Cyan = 0, Magento = 0.31, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 152 | 100 | - |
| CMYK | 0 | 0.31 | 0.55 | 0.14 |
| HSL | 26º | 0.63% | 0.63% | - |
| HSV(B) | 26º | 0.55% | 0.86% | - |
| XYZ | 43.04 | 38.59 | 17.24 | - |
| YUV | 166.4 | 90.53 | 166.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 152 | 100 | 0 | 0.31 | 0.55 | 0.14 | 26 | 0.63 | 0.63 |
| Hex | DC | 98 | 64 | 0 | 1F | 37 | E | 1A | 3F | 3F |
| Octal | 334 | 230 | 144 | 0 | 37 | 67 | 16 | 32 | 77 | 77 |
| Binary | 11011100 | 10011000 | 1100100 | 0 | 11111 | 110111 | 1110 | 11010 | 111111 | 111111 |
Color Harmonies of #DC9864
Complementary color
Monochromatic Colors of #DC9864
Black with #DC9864
Text Example
Text Example
White with #DC9864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9864; }
p { color: rgb(220,152,100); }
H1.HeaderClassName
{
color: #DC9864;
}
.AnyTagClassName
{
color: #DC9864;
}
</style>
background-color css
<style>
a { background-color: #DC9864; }
a { background-color: rgb(220,152,100); }
div.DivClassName
{
background-color: #DC9864;
}
.BgClassName
{
background-color: #DC9864;
}
</style>
border-color css
<style>
span { border-color: #DC9864; }
span { border-color: rgb(220,152,100); }
td.TdClassName
{
border-color: #DC9864;
}
.TagClassName
{
border-color: #DC9864;
}
</style>