Shades of Porsche #DF9B66
Tints of Porsche #DF9B66
RGB
CMYK
RGB Variations
Color information
#DF9B66 (or 0xDF9B66) is known color: Porsche. HEX triplet: DF, 9B and 66. RGB value is (223,155,102). Sum of RGB (Red+Green+Blue) = 223+155+102=480 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.46% from 480); Green value is 155 (60.94% from 255 or 32.29% from 480); Blue value is 102 (40.23% from 255 or 21.25% from 480); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9B66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9B66 is #206499. Grayscale: #A9A9A9. Windows color (decimal): -2122906 or 6724575. OLE color: 6724575.
HSL color Cylindrical-coordinate representation of color #DF9B66: hue angle of 26.28º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DF9B66 is Cyan = 0, Magento = 0.30, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 155 | 102 | - |
| CMYK | 0 | 0.30 | 0.54 | 0.13 |
| HSL | 26.28º | 0.65% | 0.64% | - |
| HSV(B) | 26.28º | 0.54% | 0.87% | - |
| XYZ | 44.55 | 40.09 | 17.96 | - |
| YUV | 169.29 | 90.03 | 166.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 155 | 102 | 0 | 0.30 | 0.54 | 0.13 | 26.28 | 0.65 | 0.64 |
| Hex | DF | 9B | 66 | 0 | 1E | 36 | D | 1A | 41 | 40 |
| Octal | 337 | 233 | 146 | 0 | 36 | 66 | 15 | 32 | 101 | 100 |
| Binary | 11011111 | 10011011 | 1100110 | 0 | 11110 | 110110 | 1101 | 11010 | 1000001 | 1000000 |
Color Harmonies of #DF9B66
Complementary color
Monochromatic Colors of #DF9B66
Black with #DF9B66
Text Example
Text Example
White with #DF9B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9B66; }
p { color: rgb(223,155,102); }
H1.HeaderClassName
{
color: #DF9B66;
}
.AnyTagClassName
{
color: #DF9B66;
}
</style>
background-color css
<style>
a { background-color: #DF9B66; }
a { background-color: rgb(223,155,102); }
div.DivClassName
{
background-color: #DF9B66;
}
.BgClassName
{
background-color: #DF9B66;
}
</style>
border-color css
<style>
span { border-color: #DF9B66; }
span { border-color: rgb(223,155,102); }
td.TdClassName
{
border-color: #DF9B66;
}
.TagClassName
{
border-color: #DF9B66;
}
</style>