Shades of Porsche #DF995E
Tints of Porsche #DF995E
RGB
CMYK
RGB Variations
Color information
#DF995E (or 0xDF995E) is known color: Porsche. HEX triplet: DF, 99 and 5E. RGB value is (223,153,94). Sum of RGB (Red+Green+Blue) = 223+153+94=470 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.45% from 470); Green value is 153 (60.16% from 255 or 32.55% from 470); Blue value is 94 (37.11% from 255 or 20% from 470); Max value from RGB is 223 - color contains mainly: red. Hex color #DF995E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF995E is #2066A1. Grayscale: #A7A7A7. Windows color (decimal): -2123426 or 6199775. OLE color: 6199775.
HSL color Cylindrical-coordinate representation of color #DF995E: hue angle of 27.44º 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 #DF995E is Cyan = 0, Magento = 0.31, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 153 | 94 | - |
| CMYK | 0 | 0.31 | 0.58 | 0.13 |
| HSL | 27.44º | 0.67% | 0.62% | - |
| HSV(B) | 27.44º | 0.58% | 0.87% | - |
| XYZ | 43.84 | 39.28 | 15.86 | - |
| YUV | 167.2 | 86.69 | 167.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 153 | 94 | 0 | 0.31 | 0.58 | 0.13 | 27.44 | 0.67 | 0.62 |
| Hex | DF | 99 | 5E | 0 | 1F | 3A | D | 1B | 43 | 3E |
| Octal | 337 | 231 | 136 | 0 | 37 | 72 | 15 | 33 | 103 | 76 |
| Binary | 11011111 | 10011001 | 1011110 | 0 | 11111 | 111010 | 1101 | 11011 | 1000011 | 111110 |
Color Harmonies of #DF995E
Complementary color
Monochromatic Colors of #DF995E
Black with #DF995E
Text Example
Text Example
White with #DF995E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF995E; }
p { color: rgb(223,153,94); }
H1.HeaderClassName
{
color: #DF995E;
}
.AnyTagClassName
{
color: #DF995E;
}
</style>
background-color css
<style>
a { background-color: #DF995E; }
a { background-color: rgb(223,153,94); }
div.DivClassName
{
background-color: #DF995E;
}
.BgClassName
{
background-color: #DF995E;
}
</style>
border-color css
<style>
span { border-color: #DF995E; }
span { border-color: rgb(223,153,94); }
td.TdClassName
{
border-color: #DF995E;
}
.TagClassName
{
border-color: #DF995E;
}
</style>