Shades of Porsche #DF965E
Tints of Porsche #DF965E
RGB
CMYK
RGB Variations
Color information
#DF965E (or 0xDF965E) is known color: Porsche. HEX triplet: DF, 96 and 5E. RGB value is (223,150,94). Sum of RGB (Red+Green+Blue) = 223+150+94=467 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.75% from 467); Green value is 150 (58.98% from 255 or 32.12% from 467); Blue value is 94 (37.11% from 255 or 20.13% from 467); Max value from RGB is 223 - color contains mainly: red. Hex color #DF965E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF965E is #2069A1. Grayscale: #A5A5A5. Windows color (decimal): -2124194 or 6199007. OLE color: 6199007.
HSL color Cylindrical-coordinate representation of color #DF965E: hue angle of 26.05º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DF965E is Cyan = 0, Magento = 0.33, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 150 | 94 | - |
| CMYK | 0 | 0.33 | 0.58 | 0.13 |
| HSL | 26.05º | 0.67% | 0.62% | - |
| HSV(B) | 26.05º | 0.58% | 0.87% | - |
| XYZ | 43.36 | 38.31 | 15.7 | - |
| YUV | 165.44 | 87.68 | 169.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 150 | 94 | 0 | 0.33 | 0.58 | 0.13 | 26.05 | 0.67 | 0.62 |
| Hex | DF | 96 | 5E | 0 | 21 | 3A | D | 1A | 43 | 3E |
| Octal | 337 | 226 | 136 | 0 | 41 | 72 | 15 | 32 | 103 | 76 |
| Binary | 11011111 | 10010110 | 1011110 | 0 | 100001 | 111010 | 1101 | 11010 | 1000011 | 111110 |
Color Harmonies of #DF965E
Complementary color
Monochromatic Colors of #DF965E
Black with #DF965E
Text Example
Text Example
White with #DF965E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF965E; }
p { color: rgb(223,150,94); }
H1.HeaderClassName
{
color: #DF965E;
}
.AnyTagClassName
{
color: #DF965E;
}
</style>
background-color css
<style>
a { background-color: #DF965E; }
a { background-color: rgb(223,150,94); }
div.DivClassName
{
background-color: #DF965E;
}
.BgClassName
{
background-color: #DF965E;
}
</style>
border-color css
<style>
span { border-color: #DF965E; }
span { border-color: rgb(223,150,94); }
td.TdClassName
{
border-color: #DF965E;
}
.TagClassName
{
border-color: #DF965E;
}
</style>