Shades of Porsche #DF985D
Tints of Porsche #DF985D
RGB
CMYK
RGB Variations
Color information
#DF985D (or 0xDF985D) is known color: Porsche. HEX triplet: DF, 98 and 5D. RGB value is (223,152,93). Sum of RGB (Red+Green+Blue) = 223+152+93=468 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.65% from 468); Green value is 152 (59.77% from 255 or 32.48% from 468); Blue value is 93 (36.72% from 255 or 19.87% from 468); Max value from RGB is 223 - color contains mainly: red. Hex color #DF985D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF985D is #2067A2. Grayscale: #A6A6A6. Windows color (decimal): -2123683 or 6133983. OLE color: 6133983.
HSL color Cylindrical-coordinate representation of color #DF985D: hue angle of 27.23º 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 #DF985D is Cyan = 0, Magento = 0.32, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 152 | 93 | - |
| CMYK | 0 | 0.32 | 0.58 | 0.13 |
| HSL | 27.23º | 0.67% | 0.62% | - |
| HSV(B) | 27.23º | 0.58% | 0.87% | - |
| XYZ | 43.64 | 38.93 | 15.57 | - |
| YUV | 166.5 | 86.52 | 168.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 152 | 93 | 0 | 0.32 | 0.58 | 0.13 | 27.23 | 0.67 | 0.62 |
| Hex | DF | 98 | 5D | 0 | 20 | 3A | D | 1B | 43 | 3E |
| Octal | 337 | 230 | 135 | 0 | 40 | 72 | 15 | 33 | 103 | 76 |
| Binary | 11011111 | 10011000 | 1011101 | 0 | 100000 | 111010 | 1101 | 11011 | 1000011 | 111110 |
Color Harmonies of #DF985D
Complementary color
Monochromatic Colors of #DF985D
Black with #DF985D
Text Example
Text Example
White with #DF985D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF985D; }
p { color: rgb(223,152,93); }
H1.HeaderClassName
{
color: #DF985D;
}
.AnyTagClassName
{
color: #DF985D;
}
</style>
background-color css
<style>
a { background-color: #DF985D; }
a { background-color: rgb(223,152,93); }
div.DivClassName
{
background-color: #DF985D;
}
.BgClassName
{
background-color: #DF985D;
}
</style>
border-color css
<style>
span { border-color: #DF985D; }
span { border-color: rgb(223,152,93); }
td.TdClassName
{
border-color: #DF985D;
}
.TagClassName
{
border-color: #DF985D;
}
</style>