Shades of Porsche #DF9B60
Tints of Porsche #DF9B60
RGB
CMYK
RGB Variations
Color information
#DF9B60 (or 0xDF9B60) is known color: Porsche. HEX triplet: DF, 9B and 60. RGB value is (223,155,96). Sum of RGB (Red+Green+Blue) = 223+155+96=474 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.05% from 474); Green value is 155 (60.94% from 255 or 32.70% from 474); Blue value is 96 (37.89% from 255 or 20.25% from 474); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9B60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9B60 is #20649F. Grayscale: #A8A8A8. Windows color (decimal): -2122912 or 6331359. OLE color: 6331359.
HSL color Cylindrical-coordinate representation of color #DF9B60: hue angle of 27.87º 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 #DF9B60 is Cyan = 0, Magento = 0.30, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 155 | 96 | - |
| CMYK | 0 | 0.30 | 0.57 | 0.13 |
| HSL | 27.87º | 0.66% | 0.63% | - |
| HSV(B) | 27.87º | 0.57% | 0.87% | - |
| XYZ | 44.26 | 39.98 | 16.45 | - |
| YUV | 168.61 | 87.03 | 166.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 155 | 96 | 0 | 0.30 | 0.57 | 0.13 | 27.87 | 0.66 | 0.63 |
| Hex | DF | 9B | 60 | 0 | 1E | 39 | D | 1C | 42 | 3F |
| Octal | 337 | 233 | 140 | 0 | 36 | 71 | 15 | 34 | 102 | 77 |
| Binary | 11011111 | 10011011 | 1100000 | 0 | 11110 | 111001 | 1101 | 11100 | 1000010 | 111111 |
Color Harmonies of #DF9B60
Complementary color
Monochromatic Colors of #DF9B60
Black with #DF9B60
Text Example
Text Example
White with #DF9B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9B60; }
p { color: rgb(223,155,96); }
H1.HeaderClassName
{
color: #DF9B60;
}
.AnyTagClassName
{
color: #DF9B60;
}
</style>
background-color css
<style>
a { background-color: #DF9B60; }
a { background-color: rgb(223,155,96); }
div.DivClassName
{
background-color: #DF9B60;
}
.BgClassName
{
background-color: #DF9B60;
}
</style>
border-color css
<style>
span { border-color: #DF9B60; }
span { border-color: rgb(223,155,96); }
td.TdClassName
{
border-color: #DF9B60;
}
.TagClassName
{
border-color: #DF9B60;
}
</style>