Shades of Porsche #DC9865
Tints of Porsche #DC9865
RGB
CMYK
RGB Variations
Color information
#DC9865 (or 0xDC9865) is known color: Porsche. HEX triplet: DC, 98 and 65. RGB value is (220,152,101). Sum of RGB (Red+Green+Blue) = 220+152+101=473 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.51% from 473); Green value is 152 (59.77% from 255 or 32.14% from 473); Blue value is 101 (39.84% from 255 or 21.35% from 473); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9865 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9865 is #23679A. Grayscale: #A6A6A6. Windows color (decimal): -2320283 or 6658268. OLE color: 6658268.
HSL color Cylindrical-coordinate representation of color #DC9865: hue angle of 25.71º 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 #DC9865 is Cyan = 0, Magento = 0.31, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 152 | 101 | - |
| CMYK | 0 | 0.31 | 0.54 | 0.14 |
| HSL | 25.71º | 0.63% | 0.63% | - |
| HSV(B) | 25.71º | 0.54% | 0.86% | - |
| XYZ | 43.09 | 38.61 | 17.49 | - |
| YUV | 166.52 | 91.03 | 166.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 152 | 101 | 0 | 0.31 | 0.54 | 0.14 | 25.71 | 0.63 | 0.63 |
| Hex | DC | 98 | 65 | 0 | 1F | 36 | E | 1A | 3F | 3F |
| Octal | 334 | 230 | 145 | 0 | 37 | 66 | 16 | 32 | 77 | 77 |
| Binary | 11011100 | 10011000 | 1100101 | 0 | 11111 | 110110 | 1110 | 11010 | 111111 | 111111 |
Color Harmonies of #DC9865
Complementary color
Monochromatic Colors of #DC9865
Black with #DC9865
Text Example
Text Example
White with #DC9865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9865; }
p { color: rgb(220,152,101); }
H1.HeaderClassName
{
color: #DC9865;
}
.AnyTagClassName
{
color: #DC9865;
}
</style>
background-color css
<style>
a { background-color: #DC9865; }
a { background-color: rgb(220,152,101); }
div.DivClassName
{
background-color: #DC9865;
}
.BgClassName
{
background-color: #DC9865;
}
</style>
border-color css
<style>
span { border-color: #DC9865; }
span { border-color: rgb(220,152,101); }
td.TdClassName
{
border-color: #DC9865;
}
.TagClassName
{
border-color: #DC9865;
}
</style>