Shades of Porsche #DF9F63
Tints of Porsche #DF9F63
RGB
CMYK
RGB Variations
Color information
#DF9F63 (or 0xDF9F63) is known color: Porsche. HEX triplet: DF, 9F and 63. RGB value is (223,159,99). Sum of RGB (Red+Green+Blue) = 223+159+99=481 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.36% from 481); Green value is 159 (62.5% from 255 or 33.06% from 481); Blue value is 99 (39.06% from 255 or 20.58% from 481); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9F63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9F63 is #20609C. Grayscale: #ABABAB. Windows color (decimal): -2121885 or 6528991. OLE color: 6528991.
HSL color Cylindrical-coordinate representation of color #DF9F63: hue angle of 29.03º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DF9F63 is Cyan = 0, Magento = 0.29, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 159 | 99 | - |
| CMYK | 0 | 0.29 | 0.56 | 0.13 |
| HSL | 29.03º | 0.66% | 0.63% | - |
| HSV(B) | 29.03º | 0.56% | 0.87% | - |
| XYZ | 45.08 | 41.39 | 17.42 | - |
| YUV | 171.3 | 87.2 | 164.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 159 | 99 | 0 | 0.29 | 0.56 | 0.13 | 29.03 | 0.66 | 0.63 |
| Hex | DF | 9F | 63 | 0 | 1D | 38 | D | 1D | 42 | 3F |
| Octal | 337 | 237 | 143 | 0 | 35 | 70 | 15 | 35 | 102 | 77 |
| Binary | 11011111 | 10011111 | 1100011 | 0 | 11101 | 111000 | 1101 | 11101 | 1000010 | 111111 |
Color Harmonies of #DF9F63
Complementary color
Monochromatic Colors of #DF9F63
Black with #DF9F63
Text Example
Text Example
White with #DF9F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9F63; }
p { color: rgb(223,159,99); }
H1.HeaderClassName
{
color: #DF9F63;
}
.AnyTagClassName
{
color: #DF9F63;
}
</style>
background-color css
<style>
a { background-color: #DF9F63; }
a { background-color: rgb(223,159,99); }
div.DivClassName
{
background-color: #DF9F63;
}
.BgClassName
{
background-color: #DF9F63;
}
</style>
border-color css
<style>
span { border-color: #DF9F63; }
span { border-color: rgb(223,159,99); }
td.TdClassName
{
border-color: #DF9F63;
}
.TagClassName
{
border-color: #DF9F63;
}
</style>