Shades of Porsche #DF9A64
Tints of Porsche #DF9A64
RGB
CMYK
RGB Variations
Color information
#DF9A64 (or 0xDF9A64) is known color: Porsche. HEX triplet: DF, 9A and 64. RGB value is (223,154,100). Sum of RGB (Red+Green+Blue) = 223+154+100=477 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.75% from 477); Green value is 154 (60.55% from 255 or 32.29% from 477); Blue value is 100 (39.45% from 255 or 20.96% from 477); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9A64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9A64 is #20659B. Grayscale: #A8A8A8. Windows color (decimal): -2123164 or 6593247. OLE color: 6593247.
HSL color Cylindrical-coordinate representation of color #DF9A64: hue angle of 26.34º 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 #DF9A64 is Cyan = 0, Magento = 0.31, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 154 | 100 | - |
| CMYK | 0 | 0.31 | 0.55 | 0.13 |
| HSL | 26.34º | 0.66% | 0.63% | - |
| HSV(B) | 26.34º | 0.55% | 0.87% | - |
| XYZ | 44.29 | 39.72 | 17.39 | - |
| YUV | 168.48 | 89.36 | 166.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 154 | 100 | 0 | 0.31 | 0.55 | 0.13 | 26.34 | 0.66 | 0.63 |
| Hex | DF | 9A | 64 | 0 | 1F | 37 | D | 1A | 42 | 3F |
| Octal | 337 | 232 | 144 | 0 | 37 | 67 | 15 | 32 | 102 | 77 |
| Binary | 11011111 | 10011010 | 1100100 | 0 | 11111 | 110111 | 1101 | 11010 | 1000010 | 111111 |
Color Harmonies of #DF9A64
Complementary color
Monochromatic Colors of #DF9A64
Black with #DF9A64
Text Example
Text Example
White with #DF9A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9A64; }
p { color: rgb(223,154,100); }
H1.HeaderClassName
{
color: #DF9A64;
}
.AnyTagClassName
{
color: #DF9A64;
}
</style>
background-color css
<style>
a { background-color: #DF9A64; }
a { background-color: rgb(223,154,100); }
div.DivClassName
{
background-color: #DF9A64;
}
.BgClassName
{
background-color: #DF9A64;
}
</style>
border-color css
<style>
span { border-color: #DF9A64; }
span { border-color: rgb(223,154,100); }
td.TdClassName
{
border-color: #DF9A64;
}
.TagClassName
{
border-color: #DF9A64;
}
</style>