Shades of Porsche #DF9D6E
Tints of Porsche #DF9D6E
RGB
CMYK
RGB Variations
Color information
#DF9D6E (or 0xDF9D6E) is known color: Porsche. HEX triplet: DF, 9D and 6E. RGB value is (223,157,110). Sum of RGB (Red+Green+Blue) = 223+157+110=490 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.51% from 490); Green value is 157 (61.72% from 255 or 32.04% from 490); Blue value is 110 (43.36% from 255 or 22.45% from 490); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9D6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9D6E is #206291. Grayscale: #ABABAB. Windows color (decimal): -2122386 or 7249375. OLE color: 7249375.
HSL color Cylindrical-coordinate representation of color #DF9D6E: hue angle of 24.96º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DF9D6E is Cyan = 0, Magento = 0.30, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 157 | 110 | - |
| CMYK | 0 | 0.30 | 0.51 | 0.13 |
| HSL | 24.96º | 0.64% | 0.65% | - |
| HSV(B) | 24.96º | 0.51% | 0.87% | - |
| XYZ | 45.3 | 40.93 | 20.26 | - |
| YUV | 171.38 | 93.37 | 164.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 157 | 110 | 0 | 0.30 | 0.51 | 0.13 | 24.96 | 0.64 | 0.65 |
| Hex | DF | 9D | 6E | 0 | 1E | 33 | D | 19 | 40 | 41 |
| Octal | 337 | 235 | 156 | 0 | 36 | 63 | 15 | 31 | 100 | 101 |
| Binary | 11011111 | 10011101 | 1101110 | 0 | 11110 | 110011 | 1101 | 11001 | 1000000 | 1000001 |
Color Harmonies of #DF9D6E
Complementary color
Monochromatic Colors of #DF9D6E
Black with #DF9D6E
Text Example
Text Example
White with #DF9D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9D6E; }
p { color: rgb(223,157,110); }
H1.HeaderClassName
{
color: #DF9D6E;
}
.AnyTagClassName
{
color: #DF9D6E;
}
</style>
background-color css
<style>
a { background-color: #DF9D6E; }
a { background-color: rgb(223,157,110); }
div.DivClassName
{
background-color: #DF9D6E;
}
.BgClassName
{
background-color: #DF9D6E;
}
</style>
border-color css
<style>
span { border-color: #DF9D6E; }
span { border-color: rgb(223,157,110); }
td.TdClassName
{
border-color: #DF9D6E;
}
.TagClassName
{
border-color: #DF9D6E;
}
</style>