Shades of Porsche #DF9E68
Tints of Porsche #DF9E68
RGB
CMYK
RGB Variations
Color information
#DF9E68 (or 0xDF9E68) is known color: Porsche. HEX triplet: DF, 9E and 68. RGB value is (223,158,104). Sum of RGB (Red+Green+Blue) = 223+158+104=485 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.98% from 485); Green value is 158 (62.11% from 255 or 32.58% from 485); Blue value is 104 (41.02% from 255 or 21.44% from 485); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9E68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9E68 is #206197. Grayscale: #ABABAB. Windows color (decimal): -2122136 or 6856415. OLE color: 6856415.
HSL color Cylindrical-coordinate representation of color #DF9E68: hue angle of 27.23º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DF9E68 is Cyan = 0, Magento = 0.29, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 158 | 104 | - |
| CMYK | 0 | 0.29 | 0.53 | 0.13 |
| HSL | 27.23º | 0.65% | 0.64% | - |
| HSV(B) | 27.23º | 0.53% | 0.87% | - |
| XYZ | 45.16 | 41.14 | 18.66 | - |
| YUV | 171.28 | 90.03 | 164.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 158 | 104 | 0 | 0.29 | 0.53 | 0.13 | 27.23 | 0.65 | 0.64 |
| Hex | DF | 9E | 68 | 0 | 1D | 35 | D | 1B | 41 | 40 |
| Octal | 337 | 236 | 150 | 0 | 35 | 65 | 15 | 33 | 101 | 100 |
| Binary | 11011111 | 10011110 | 1101000 | 0 | 11101 | 110101 | 1101 | 11011 | 1000001 | 1000000 |
Color Harmonies of #DF9E68
Complementary color
Monochromatic Colors of #DF9E68
Black with #DF9E68
Text Example
Text Example
White with #DF9E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9E68; }
p { color: rgb(223,158,104); }
H1.HeaderClassName
{
color: #DF9E68;
}
.AnyTagClassName
{
color: #DF9E68;
}
</style>
background-color css
<style>
a { background-color: #DF9E68; }
a { background-color: rgb(223,158,104); }
div.DivClassName
{
background-color: #DF9E68;
}
.BgClassName
{
background-color: #DF9E68;
}
</style>
border-color css
<style>
span { border-color: #DF9E68; }
span { border-color: rgb(223,158,104); }
td.TdClassName
{
border-color: #DF9E68;
}
.TagClassName
{
border-color: #DF9E68;
}
</style>