Shades of Porsche #DC985E
Tints of Porsche #DC985E
RGB
CMYK
RGB Variations
Color information
#DC985E (or 0xDC985E) is known color: Porsche. HEX triplet: DC, 98 and 5E. RGB value is (220,152,94). Sum of RGB (Red+Green+Blue) = 220+152+94=466 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.21% from 466); Green value is 152 (59.77% from 255 or 32.62% from 466); Blue value is 94 (37.11% from 255 or 20.17% from 466); Max value from RGB is 220 - color contains mainly: red. Hex color #DC985E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC985E is #2367A1. Grayscale: #A6A6A6. Windows color (decimal): -2320290 or 6199516. OLE color: 6199516.
HSL color Cylindrical-coordinate representation of color #DC985E: hue angle of 27.62º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DC985E is Cyan = 0, Magento = 0.31, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 152 | 94 | - |
| CMYK | 0 | 0.31 | 0.57 | 0.14 |
| HSL | 27.62º | 0.64% | 0.62% | - |
| HSV(B) | 27.62º | 0.57% | 0.86% | - |
| XYZ | 42.76 | 38.48 | 15.76 | - |
| YUV | 165.72 | 87.53 | 166.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 152 | 94 | 0 | 0.31 | 0.57 | 0.14 | 27.62 | 0.64 | 0.62 |
| Hex | DC | 98 | 5E | 0 | 1F | 39 | E | 1C | 40 | 3E |
| Octal | 334 | 230 | 136 | 0 | 37 | 71 | 16 | 34 | 100 | 76 |
| Binary | 11011100 | 10011000 | 1011110 | 0 | 11111 | 111001 | 1110 | 11100 | 1000000 | 111110 |
Color Harmonies of #DC985E
Complementary color
Monochromatic Colors of #DC985E
Black with #DC985E
Text Example
Text Example
White with #DC985E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC985E; }
p { color: rgb(220,152,94); }
H1.HeaderClassName
{
color: #DC985E;
}
.AnyTagClassName
{
color: #DC985E;
}
</style>
background-color css
<style>
a { background-color: #DC985E; }
a { background-color: rgb(220,152,94); }
div.DivClassName
{
background-color: #DC985E;
}
.BgClassName
{
background-color: #DC985E;
}
</style>
border-color css
<style>
span { border-color: #DC985E; }
span { border-color: rgb(220,152,94); }
td.TdClassName
{
border-color: #DC985E;
}
.TagClassName
{
border-color: #DC985E;
}
</style>