Shades of Porsche #DC9861
Tints of Porsche #DC9861
RGB
CMYK
RGB Variations
Color information
#DC9861 (or 0xDC9861) is known color: Porsche. HEX triplet: DC, 98 and 61. RGB value is (220,152,97). Sum of RGB (Red+Green+Blue) = 220+152+97=469 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.91% from 469); Green value is 152 (59.77% from 255 or 32.41% from 469); Blue value is 97 (38.28% from 255 or 20.68% from 469); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9861 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9861 is #23679E. Grayscale: #A6A6A6. Windows color (decimal): -2320287 or 6396124. OLE color: 6396124.
HSL color Cylindrical-coordinate representation of color #DC9861: hue angle of 26.83º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DC9861 is Cyan = 0, Magento = 0.31, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 152 | 97 | - |
| CMYK | 0 | 0.31 | 0.56 | 0.14 |
| HSL | 26.83º | 0.64% | 0.62% | - |
| HSV(B) | 26.83º | 0.56% | 0.86% | - |
| XYZ | 42.9 | 38.54 | 16.49 | - |
| YUV | 166.06 | 89.03 | 166.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 152 | 97 | 0 | 0.31 | 0.56 | 0.14 | 26.83 | 0.64 | 0.62 |
| Hex | DC | 98 | 61 | 0 | 1F | 38 | E | 1B | 40 | 3E |
| Octal | 334 | 230 | 141 | 0 | 37 | 70 | 16 | 33 | 100 | 76 |
| Binary | 11011100 | 10011000 | 1100001 | 0 | 11111 | 111000 | 1110 | 11011 | 1000000 | 111110 |
Color Harmonies of #DC9861
Complementary color
Monochromatic Colors of #DC9861
Black with #DC9861
Text Example
Text Example
White with #DC9861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9861; }
p { color: rgb(220,152,97); }
H1.HeaderClassName
{
color: #DC9861;
}
.AnyTagClassName
{
color: #DC9861;
}
</style>
background-color css
<style>
a { background-color: #DC9861; }
a { background-color: rgb(220,152,97); }
div.DivClassName
{
background-color: #DC9861;
}
.BgClassName
{
background-color: #DC9861;
}
</style>
border-color css
<style>
span { border-color: #DC9861; }
span { border-color: rgb(220,152,97); }
td.TdClassName
{
border-color: #DC9861;
}
.TagClassName
{
border-color: #DC9861;
}
</style>