Shades of Porsche #DC9D60
Tints of Porsche #DC9D60
RGB
CMYK
RGB Variations
Color information
#DC9D60 (or 0xDC9D60) is known color: Porsche. HEX triplet: DC, 9D and 60. RGB value is (220,157,96). Sum of RGB (Red+Green+Blue) = 220+157+96=473 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.51% from 473); Green value is 157 (61.72% from 255 or 33.19% from 473); Blue value is 96 (37.89% from 255 or 20.30% from 473); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9D60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9D60 is #23629F. Grayscale: #A9A9A9. Windows color (decimal): -2319008 or 6331868. OLE color: 6331868.
HSL color Cylindrical-coordinate representation of color #DC9D60: hue angle of 29.52º 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 #DC9D60 is Cyan = 0, Magento = 0.29, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 157 | 96 | - |
| CMYK | 0 | 0.29 | 0.56 | 0.14 |
| HSL | 29.52º | 0.64% | 0.62% | - |
| HSV(B) | 29.52º | 0.56% | 0.86% | - |
| XYZ | 43.68 | 40.17 | 16.52 | - |
| YUV | 168.88 | 86.87 | 164.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 157 | 96 | 0 | 0.29 | 0.56 | 0.14 | 29.52 | 0.64 | 0.62 |
| Hex | DC | 9D | 60 | 0 | 1D | 38 | E | 1E | 40 | 3E |
| Octal | 334 | 235 | 140 | 0 | 35 | 70 | 16 | 36 | 100 | 76 |
| Binary | 11011100 | 10011101 | 1100000 | 0 | 11101 | 111000 | 1110 | 11110 | 1000000 | 111110 |
Color Harmonies of #DC9D60
Complementary color
Monochromatic Colors of #DC9D60
Black with #DC9D60
Text Example
Text Example
White with #DC9D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9D60; }
p { color: rgb(220,157,96); }
H1.HeaderClassName
{
color: #DC9D60;
}
.AnyTagClassName
{
color: #DC9D60;
}
</style>
background-color css
<style>
a { background-color: #DC9D60; }
a { background-color: rgb(220,157,96); }
div.DivClassName
{
background-color: #DC9D60;
}
.BgClassName
{
background-color: #DC9D60;
}
</style>
border-color css
<style>
span { border-color: #DC9D60; }
span { border-color: rgb(220,157,96); }
td.TdClassName
{
border-color: #DC9D60;
}
.TagClassName
{
border-color: #DC9D60;
}
</style>