Shades of Porsche #DF9E55
Tints of Porsche #DF9E55
RGB
CMYK
RGB Variations
Color information
#DF9E55 (or 0xDF9E55) is known color: Porsche. HEX triplet: DF, 9E and 55. RGB value is (223,158,85). Sum of RGB (Red+Green+Blue) = 223+158+85=466 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.85% from 466); Green value is 158 (62.11% from 255 or 33.91% from 466); Blue value is 85 (33.59% from 255 or 18.24% from 466); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9E55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9E55 is #2061AA. Grayscale: #A9A9A9. Windows color (decimal): -2122155 or 5611231. OLE color: 5611231.
HSL color Cylindrical-coordinate representation of color #DF9E55: hue angle of 31.74º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DF9E55 is Cyan = 0, Magento = 0.29, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 158 | 85 | - |
| CMYK | 0 | 0.29 | 0.62 | 0.13 |
| HSL | 31.74º | 0.68% | 0.6% | - |
| HSV(B) | 31.74º | 0.62% | 0.87% | - |
| XYZ | 44.3 | 40.8 | 14.13 | - |
| YUV | 169.11 | 80.53 | 166.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 158 | 85 | 0 | 0.29 | 0.62 | 0.13 | 31.74 | 0.68 | 0.6 |
| Hex | DF | 9E | 55 | 0 | 1D | 3E | D | 20 | 44 | 3C |
| Octal | 337 | 236 | 125 | 0 | 35 | 76 | 15 | 40 | 104 | 74 |
| Binary | 11011111 | 10011110 | 1010101 | 0 | 11101 | 111110 | 1101 | 100000 | 1000100 | 111100 |
Color Harmonies of #DF9E55
Complementary color
Monochromatic Colors of #DF9E55
Black with #DF9E55
Text Example
Text Example
White with #DF9E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9E55; }
p { color: rgb(223,158,85); }
H1.HeaderClassName
{
color: #DF9E55;
}
.AnyTagClassName
{
color: #DF9E55;
}
</style>
background-color css
<style>
a { background-color: #DF9E55; }
a { background-color: rgb(223,158,85); }
div.DivClassName
{
background-color: #DF9E55;
}
.BgClassName
{
background-color: #DF9E55;
}
</style>
border-color css
<style>
span { border-color: #DF9E55; }
span { border-color: rgb(223,158,85); }
td.TdClassName
{
border-color: #DF9E55;
}
.TagClassName
{
border-color: #DF9E55;
}
</style>