Shades of Porsche #DF9963
Tints of Porsche #DF9963
RGB
CMYK
RGB Variations
Color information
#DF9963 (or 0xDF9963) is known color: Porsche. HEX triplet: DF, 99 and 63. RGB value is (223,153,99). Sum of RGB (Red+Green+Blue) = 223+153+99=475 (62% of max value = 765). Red value is 223 (87.5% from 255 or 46.95% from 475); Green value is 153 (60.16% from 255 or 32.21% from 475); Blue value is 99 (39.06% from 255 or 20.84% from 475); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9963 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9963 is #20669C. Grayscale: #A8A8A8. Windows color (decimal): -2123421 or 6527455. OLE color: 6527455.
HSL color Cylindrical-coordinate representation of color #DF9963: hue angle of 26.13º 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 #DF9963 is Cyan = 0, Magento = 0.31, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 153 | 99 | - |
| CMYK | 0 | 0.31 | 0.56 | 0.13 |
| HSL | 26.13º | 0.66% | 0.63% | - |
| HSV(B) | 26.13º | 0.56% | 0.87% | - |
| XYZ | 44.07 | 39.37 | 17.08 | - |
| YUV | 167.77 | 89.19 | 167.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 153 | 99 | 0 | 0.31 | 0.56 | 0.13 | 26.13 | 0.66 | 0.63 |
| Hex | DF | 99 | 63 | 0 | 1F | 38 | D | 1A | 42 | 3F |
| Octal | 337 | 231 | 143 | 0 | 37 | 70 | 15 | 32 | 102 | 77 |
| Binary | 11011111 | 10011001 | 1100011 | 0 | 11111 | 111000 | 1101 | 11010 | 1000010 | 111111 |
Color Harmonies of #DF9963
Complementary color
Monochromatic Colors of #DF9963
Black with #DF9963
Text Example
Text Example
White with #DF9963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9963; }
p { color: rgb(223,153,99); }
H1.HeaderClassName
{
color: #DF9963;
}
.AnyTagClassName
{
color: #DF9963;
}
</style>
background-color css
<style>
a { background-color: #DF9963; }
a { background-color: rgb(223,153,99); }
div.DivClassName
{
background-color: #DF9963;
}
.BgClassName
{
background-color: #DF9963;
}
</style>
border-color css
<style>
span { border-color: #DF9963; }
span { border-color: rgb(223,153,99); }
td.TdClassName
{
border-color: #DF9963;
}
.TagClassName
{
border-color: #DF9963;
}
</style>