Shades of Porsche #DF985C
Tints of Porsche #DF985C
RGB
CMYK
RGB Variations
Color information
#DF985C (or 0xDF985C) is known color: Porsche. HEX triplet: DF, 98 and 5C. RGB value is (223,152,92). Sum of RGB (Red+Green+Blue) = 223+152+92=467 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.75% from 467); Green value is 152 (59.77% from 255 or 32.55% from 467); Blue value is 92 (36.33% from 255 or 19.70% from 467); Max value from RGB is 223 - color contains mainly: red. Hex color #DF985C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF985C is #2067A3. Grayscale: #A6A6A6. Windows color (decimal): -2123684 or 6068447. OLE color: 6068447.
HSL color Cylindrical-coordinate representation of color #DF985C: hue angle of 27.48º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DF985C is Cyan = 0, Magento = 0.32, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 152 | 92 | - |
| CMYK | 0 | 0.32 | 0.59 | 0.13 |
| HSL | 27.48º | 0.67% | 0.62% | - |
| HSV(B) | 27.48º | 0.59% | 0.87% | - |
| XYZ | 43.59 | 38.92 | 15.34 | - |
| YUV | 166.39 | 86.02 | 168.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 152 | 92 | 0 | 0.32 | 0.59 | 0.13 | 27.48 | 0.67 | 0.62 |
| Hex | DF | 98 | 5C | 0 | 20 | 3B | D | 1B | 43 | 3E |
| Octal | 337 | 230 | 134 | 0 | 40 | 73 | 15 | 33 | 103 | 76 |
| Binary | 11011111 | 10011000 | 1011100 | 0 | 100000 | 111011 | 1101 | 11011 | 1000011 | 111110 |
Color Harmonies of #DF985C
Complementary color
Monochromatic Colors of #DF985C
Black with #DF985C
Text Example
Text Example
White with #DF985C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF985C; }
p { color: rgb(223,152,92); }
H1.HeaderClassName
{
color: #DF985C;
}
.AnyTagClassName
{
color: #DF985C;
}
</style>
background-color css
<style>
a { background-color: #DF985C; }
a { background-color: rgb(223,152,92); }
div.DivClassName
{
background-color: #DF985C;
}
.BgClassName
{
background-color: #DF985C;
}
</style>
border-color css
<style>
span { border-color: #DF985C; }
span { border-color: rgb(223,152,92); }
td.TdClassName
{
border-color: #DF985C;
}
.TagClassName
{
border-color: #DF985C;
}
</style>