Shades of Porsche #DF9B64
Tints of Porsche #DF9B64
RGB
CMYK
RGB Variations
Color information
#DF9B64 (or 0xDF9B64) is known color: Porsche. HEX triplet: DF, 9B and 64. RGB value is (223,155,100). Sum of RGB (Red+Green+Blue) = 223+155+100=478 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.65% from 478); Green value is 155 (60.94% from 255 or 32.43% from 478); Blue value is 100 (39.45% from 255 or 20.92% from 478); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9B64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9B64 is #20649B. Grayscale: #A9A9A9. Windows color (decimal): -2122908 or 6593503. OLE color: 6593503.
HSL color Cylindrical-coordinate representation of color #DF9B64: hue angle of 26.83º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DF9B64 is Cyan = 0, Magento = 0.30, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 155 | 100 | - |
| CMYK | 0 | 0.30 | 0.55 | 0.13 |
| HSL | 26.83º | 0.66% | 0.63% | - |
| HSV(B) | 26.83º | 0.55% | 0.87% | - |
| XYZ | 44.45 | 40.05 | 17.44 | - |
| YUV | 169.06 | 89.03 | 166.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 155 | 100 | 0 | 0.30 | 0.55 | 0.13 | 26.83 | 0.66 | 0.63 |
| Hex | DF | 9B | 64 | 0 | 1E | 37 | D | 1B | 42 | 3F |
| Octal | 337 | 233 | 144 | 0 | 36 | 67 | 15 | 33 | 102 | 77 |
| Binary | 11011111 | 10011011 | 1100100 | 0 | 11110 | 110111 | 1101 | 11011 | 1000010 | 111111 |
Color Harmonies of #DF9B64
Complementary color
Monochromatic Colors of #DF9B64
Black with #DF9B64
Text Example
Text Example
White with #DF9B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9B64; }
p { color: rgb(223,155,100); }
H1.HeaderClassName
{
color: #DF9B64;
}
.AnyTagClassName
{
color: #DF9B64;
}
</style>
background-color css
<style>
a { background-color: #DF9B64; }
a { background-color: rgb(223,155,100); }
div.DivClassName
{
background-color: #DF9B64;
}
.BgClassName
{
background-color: #DF9B64;
}
</style>
border-color css
<style>
span { border-color: #DF9B64; }
span { border-color: rgb(223,155,100); }
td.TdClassName
{
border-color: #DF9B64;
}
.TagClassName
{
border-color: #DF9B64;
}
</style>