Shades of Porsche #DF9868
Tints of Porsche #DF9868
RGB
CMYK
RGB Variations
Color information
#DF9868 (or 0xDF9868) is known color: Porsche. HEX triplet: DF, 98 and 68. RGB value is (223,152,104). Sum of RGB (Red+Green+Blue) = 223+152+104=479 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.56% from 479); Green value is 152 (59.77% from 255 or 31.73% from 479); Blue value is 104 (41.02% from 255 or 21.71% from 479); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9868 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9868 is #206797. Grayscale: #A8A8A8. Windows color (decimal): -2123672 or 6854879. OLE color: 6854879.
HSL color Cylindrical-coordinate representation of color #DF9868: hue angle of 24.2º 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 #DF9868 is Cyan = 0, Magento = 0.32, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 152 | 104 | - |
| CMYK | 0 | 0.32 | 0.53 | 0.13 |
| HSL | 24.2º | 0.65% | 0.64% | - |
| HSV(B) | 24.2º | 0.53% | 0.87% | - |
| XYZ | 44.16 | 39.14 | 18.32 | - |
| YUV | 167.76 | 92.02 | 167.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 152 | 104 | 0 | 0.32 | 0.53 | 0.13 | 24.2 | 0.65 | 0.64 |
| Hex | DF | 98 | 68 | 0 | 20 | 35 | D | 18 | 41 | 40 |
| Octal | 337 | 230 | 150 | 0 | 40 | 65 | 15 | 30 | 101 | 100 |
| Binary | 11011111 | 10011000 | 1101000 | 0 | 100000 | 110101 | 1101 | 11000 | 1000001 | 1000000 |
Color Harmonies of #DF9868
Complementary color
Monochromatic Colors of #DF9868
Black with #DF9868
Text Example
Text Example
White with #DF9868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9868; }
p { color: rgb(223,152,104); }
H1.HeaderClassName
{
color: #DF9868;
}
.AnyTagClassName
{
color: #DF9868;
}
</style>
background-color css
<style>
a { background-color: #DF9868; }
a { background-color: rgb(223,152,104); }
div.DivClassName
{
background-color: #DF9868;
}
.BgClassName
{
background-color: #DF9868;
}
</style>
border-color css
<style>
span { border-color: #DF9868; }
span { border-color: rgb(223,152,104); }
td.TdClassName
{
border-color: #DF9868;
}
.TagClassName
{
border-color: #DF9868;
}
</style>