Shades of Porsche #DC9C66
Tints of Porsche #DC9C66
RGB
CMYK
RGB Variations
Color information
#DC9C66 (or 0xDC9C66) is known color: Porsche. HEX triplet: DC, 9C and 66. RGB value is (220,156,102). Sum of RGB (Red+Green+Blue) = 220+156+102=478 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.03% from 478); Green value is 156 (61.33% from 255 or 32.64% from 478); Blue value is 102 (40.23% from 255 or 21.34% from 478); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9C66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9C66 is #236399. Grayscale: #A9A9A9. Windows color (decimal): -2319258 or 6724828. OLE color: 6724828.
HSL color Cylindrical-coordinate representation of color #DC9C66: hue angle of 27.46º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DC9C66 is Cyan = 0, Magento = 0.29, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 156 | 102 | - |
| CMYK | 0 | 0.29 | 0.54 | 0.14 |
| HSL | 27.46º | 0.63% | 0.63% | - |
| HSV(B) | 27.46º | 0.54% | 0.86% | - |
| XYZ | 43.8 | 39.95 | 17.97 | - |
| YUV | 168.98 | 90.2 | 164.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 156 | 102 | 0 | 0.29 | 0.54 | 0.14 | 27.46 | 0.63 | 0.63 |
| Hex | DC | 9C | 66 | 0 | 1D | 36 | E | 1B | 3F | 3F |
| Octal | 334 | 234 | 146 | 0 | 35 | 66 | 16 | 33 | 77 | 77 |
| Binary | 11011100 | 10011100 | 1100110 | 0 | 11101 | 110110 | 1110 | 11011 | 111111 | 111111 |
Color Harmonies of #DC9C66
Complementary color
Monochromatic Colors of #DC9C66
Black with #DC9C66
Text Example
Text Example
White with #DC9C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9C66; }
p { color: rgb(220,156,102); }
H1.HeaderClassName
{
color: #DC9C66;
}
.AnyTagClassName
{
color: #DC9C66;
}
</style>
background-color css
<style>
a { background-color: #DC9C66; }
a { background-color: rgb(220,156,102); }
div.DivClassName
{
background-color: #DC9C66;
}
.BgClassName
{
background-color: #DC9C66;
}
</style>
border-color css
<style>
span { border-color: #DC9C66; }
span { border-color: rgb(220,156,102); }
td.TdClassName
{
border-color: #DC9C66;
}
.TagClassName
{
border-color: #DC9C66;
}
</style>