Shades of Porsche #DF9660
Tints of Porsche #DF9660
RGB
CMYK
RGB Variations
Color information
#DF9660 (or 0xDF9660) is known color: Porsche. HEX triplet: DF, 96 and 60. RGB value is (223,150,96). Sum of RGB (Red+Green+Blue) = 223+150+96=469 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.55% from 469); Green value is 150 (58.98% from 255 or 31.98% from 469); Blue value is 96 (37.89% from 255 or 20.47% from 469); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9660 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9660 is #20699F. Grayscale: #A5A5A5. Windows color (decimal): -2124192 or 6330079. OLE color: 6330079.
HSL color Cylindrical-coordinate representation of color #DF9660: hue angle of 25.51º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DF9660 is Cyan = 0, Magento = 0.33, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 150 | 96 | - |
| CMYK | 0 | 0.33 | 0.57 | 0.13 |
| HSL | 25.51º | 0.66% | 0.63% | - |
| HSV(B) | 25.51º | 0.57% | 0.87% | - |
| XYZ | 43.45 | 38.35 | 16.18 | - |
| YUV | 165.67 | 88.68 | 168.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 150 | 96 | 0 | 0.33 | 0.57 | 0.13 | 25.51 | 0.66 | 0.63 |
| Hex | DF | 96 | 60 | 0 | 21 | 39 | D | 1A | 42 | 3F |
| Octal | 337 | 226 | 140 | 0 | 41 | 71 | 15 | 32 | 102 | 77 |
| Binary | 11011111 | 10010110 | 1100000 | 0 | 100001 | 111001 | 1101 | 11010 | 1000010 | 111111 |
Color Harmonies of #DF9660
Complementary color
Monochromatic Colors of #DF9660
Black with #DF9660
Text Example
Text Example
White with #DF9660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9660; }
p { color: rgb(223,150,96); }
H1.HeaderClassName
{
color: #DF9660;
}
.AnyTagClassName
{
color: #DF9660;
}
</style>
background-color css
<style>
a { background-color: #DF9660; }
a { background-color: rgb(223,150,96); }
div.DivClassName
{
background-color: #DF9660;
}
.BgClassName
{
background-color: #DF9660;
}
</style>
border-color css
<style>
span { border-color: #DF9660; }
span { border-color: rgb(223,150,96); }
td.TdClassName
{
border-color: #DF9660;
}
.TagClassName
{
border-color: #DF9660;
}
</style>