Shades of Porsche #DC9D65
Tints of Porsche #DC9D65
RGB
CMYK
RGB Variations
Color information
#DC9D65 (or 0xDC9D65) is known color: Porsche. HEX triplet: DC, 9D and 65. RGB value is (220,157,101). Sum of RGB (Red+Green+Blue) = 220+157+101=478 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.03% from 478); Green value is 157 (61.72% from 255 or 32.85% from 478); Blue value is 101 (39.84% from 255 or 21.13% from 478); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9D65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9D65 is #23629A. Grayscale: #A9A9A9. Windows color (decimal): -2319003 or 6659548. OLE color: 6659548.
HSL color Cylindrical-coordinate representation of color #DC9D65: hue angle of 28.24º 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 #DC9D65 is Cyan = 0, Magento = 0.29, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 157 | 101 | - |
| CMYK | 0 | 0.29 | 0.54 | 0.14 |
| HSL | 28.24º | 0.63% | 0.63% | - |
| HSV(B) | 28.24º | 0.54% | 0.86% | - |
| XYZ | 43.92 | 40.27 | 17.77 | - |
| YUV | 169.45 | 89.37 | 164.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 157 | 101 | 0 | 0.29 | 0.54 | 0.14 | 28.24 | 0.63 | 0.63 |
| Hex | DC | 9D | 65 | 0 | 1D | 36 | E | 1C | 3F | 3F |
| Octal | 334 | 235 | 145 | 0 | 35 | 66 | 16 | 34 | 77 | 77 |
| Binary | 11011100 | 10011101 | 1100101 | 0 | 11101 | 110110 | 1110 | 11100 | 111111 | 111111 |
Color Harmonies of #DC9D65
Complementary color
Monochromatic Colors of #DC9D65
Black with #DC9D65
Text Example
Text Example
White with #DC9D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9D65; }
p { color: rgb(220,157,101); }
H1.HeaderClassName
{
color: #DC9D65;
}
.AnyTagClassName
{
color: #DC9D65;
}
</style>
background-color css
<style>
a { background-color: #DC9D65; }
a { background-color: rgb(220,157,101); }
div.DivClassName
{
background-color: #DC9D65;
}
.BgClassName
{
background-color: #DC9D65;
}
</style>
border-color css
<style>
span { border-color: #DC9D65; }
span { border-color: rgb(220,157,101); }
td.TdClassName
{
border-color: #DC9D65;
}
.TagClassName
{
border-color: #DC9D65;
}
</style>