Shades of Porsche #DF9E61
Tints of Porsche #DF9E61
RGB
CMYK
RGB Variations
Color information
#DF9E61 (or 0xDF9E61) is known color: Porsche. HEX triplet: DF, 9E and 61. RGB value is (223,158,97). Sum of RGB (Red+Green+Blue) = 223+158+97=478 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.65% from 478); Green value is 158 (62.11% from 255 or 33.05% from 478); Blue value is 97 (38.28% from 255 or 20.29% from 478); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9E61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9E61 is #20619E. Grayscale: #AAAAAA. Windows color (decimal): -2122143 or 6397663. OLE color: 6397663.
HSL color Cylindrical-coordinate representation of color #DF9E61: hue angle of 29.05º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DF9E61 is Cyan = 0, Magento = 0.29, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 158 | 97 | - |
| CMYK | 0 | 0.29 | 0.57 | 0.13 |
| HSL | 29.05º | 0.66% | 0.63% | - |
| HSV(B) | 29.05º | 0.57% | 0.87% | - |
| XYZ | 44.82 | 41 | 16.86 | - |
| YUV | 170.48 | 86.53 | 165.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 158 | 97 | 0 | 0.29 | 0.57 | 0.13 | 29.05 | 0.66 | 0.63 |
| Hex | DF | 9E | 61 | 0 | 1D | 39 | D | 1D | 42 | 3F |
| Octal | 337 | 236 | 141 | 0 | 35 | 71 | 15 | 35 | 102 | 77 |
| Binary | 11011111 | 10011110 | 1100001 | 0 | 11101 | 111001 | 1101 | 11101 | 1000010 | 111111 |
Color Harmonies of #DF9E61
Complementary color
Monochromatic Colors of #DF9E61
Black with #DF9E61
Text Example
Text Example
White with #DF9E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9E61; }
p { color: rgb(223,158,97); }
H1.HeaderClassName
{
color: #DF9E61;
}
.AnyTagClassName
{
color: #DF9E61;
}
</style>
background-color css
<style>
a { background-color: #DF9E61; }
a { background-color: rgb(223,158,97); }
div.DivClassName
{
background-color: #DF9E61;
}
.BgClassName
{
background-color: #DF9E61;
}
</style>
border-color css
<style>
span { border-color: #DF9E61; }
span { border-color: rgb(223,158,97); }
td.TdClassName
{
border-color: #DF9E61;
}
.TagClassName
{
border-color: #DF9E61;
}
</style>