Shades of Porsche #DC9F5D
Tints of Porsche #DC9F5D
RGB
CMYK
RGB Variations
Color information
#DC9F5D (or 0xDC9F5D) is known color: Porsche. HEX triplet: DC, 9F and 5D. RGB value is (220,159,93). Sum of RGB (Red+Green+Blue) = 220+159+93=472 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.61% from 472); Green value is 159 (62.5% from 255 or 33.69% from 472); Blue value is 93 (36.72% from 255 or 19.70% from 472); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9F5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9F5D is #2360A2. Grayscale: #AAAAAA. Windows color (decimal): -2318499 or 6135772. OLE color: 6135772.
HSL color Cylindrical-coordinate representation of color #DC9F5D: hue angle of 31.18º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DC9F5D is Cyan = 0, Magento = 0.28, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 159 | 93 | - |
| CMYK | 0 | 0.28 | 0.58 | 0.14 |
| HSL | 31.18º | 0.64% | 0.61% | - |
| HSV(B) | 31.18º | 0.58% | 0.86% | - |
| XYZ | 43.89 | 40.8 | 15.92 | - |
| YUV | 169.72 | 84.71 | 163.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 159 | 93 | 0 | 0.28 | 0.58 | 0.14 | 31.18 | 0.64 | 0.61 |
| Hex | DC | 9F | 5D | 0 | 1C | 3A | E | 1F | 40 | 3D |
| Octal | 334 | 237 | 135 | 0 | 34 | 72 | 16 | 37 | 100 | 75 |
| Binary | 11011100 | 10011111 | 1011101 | 0 | 11100 | 111010 | 1110 | 11111 | 1000000 | 111101 |
Color Harmonies of #DC9F5D
Complementary color
Monochromatic Colors of #DC9F5D
Black with #DC9F5D
Text Example
Text Example
White with #DC9F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9F5D; }
p { color: rgb(220,159,93); }
H1.HeaderClassName
{
color: #DC9F5D;
}
.AnyTagClassName
{
color: #DC9F5D;
}
</style>
background-color css
<style>
a { background-color: #DC9F5D; }
a { background-color: rgb(220,159,93); }
div.DivClassName
{
background-color: #DC9F5D;
}
.BgClassName
{
background-color: #DC9F5D;
}
</style>
border-color css
<style>
span { border-color: #DC9F5D; }
span { border-color: rgb(220,159,93); }
td.TdClassName
{
border-color: #DC9F5D;
}
.TagClassName
{
border-color: #DC9F5D;
}
</style>