Shades of Porsche #DF9E59
Tints of Porsche #DF9E59
RGB
CMYK
RGB Variations
Color information
#DF9E59 (or 0xDF9E59) is known color: Porsche. HEX triplet: DF, 9E and 59. RGB value is (223,158,89). Sum of RGB (Red+Green+Blue) = 223+158+89=470 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.45% from 470); Green value is 158 (62.11% from 255 or 33.62% from 470); Blue value is 89 (35.16% from 255 or 18.94% from 470); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9E59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9E59 is #2061A6. Grayscale: #A9A9A9. Windows color (decimal): -2122151 or 5873375. OLE color: 5873375.
HSL color Cylindrical-coordinate representation of color #DF9E59: hue angle of 30.9º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DF9E59 is Cyan = 0, Magento = 0.29, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 158 | 89 | - |
| CMYK | 0 | 0.29 | 0.60 | 0.13 |
| HSL | 30.9º | 0.68% | 0.61% | - |
| HSV(B) | 30.9º | 0.6% | 0.87% | - |
| XYZ | 44.46 | 40.86 | 15 | - |
| YUV | 169.57 | 82.53 | 166.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 158 | 89 | 0 | 0.29 | 0.60 | 0.13 | 30.9 | 0.68 | 0.61 |
| Hex | DF | 9E | 59 | 0 | 1D | 3C | D | 1F | 44 | 3D |
| Octal | 337 | 236 | 131 | 0 | 35 | 74 | 15 | 37 | 104 | 75 |
| Binary | 11011111 | 10011110 | 1011001 | 0 | 11101 | 111100 | 1101 | 11111 | 1000100 | 111101 |
Color Harmonies of #DF9E59
Complementary color
Monochromatic Colors of #DF9E59
Black with #DF9E59
Text Example
Text Example
White with #DF9E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9E59; }
p { color: rgb(223,158,89); }
H1.HeaderClassName
{
color: #DF9E59;
}
.AnyTagClassName
{
color: #DF9E59;
}
</style>
background-color css
<style>
a { background-color: #DF9E59; }
a { background-color: rgb(223,158,89); }
div.DivClassName
{
background-color: #DF9E59;
}
.BgClassName
{
background-color: #DF9E59;
}
</style>
border-color css
<style>
span { border-color: #DF9E59; }
span { border-color: rgb(223,158,89); }
td.TdClassName
{
border-color: #DF9E59;
}
.TagClassName
{
border-color: #DF9E59;
}
</style>