Shades of Porsche #DC985B
Tints of Porsche #DC985B
RGB
CMYK
RGB Variations
Color information
#DC985B (or 0xDC985B) is known color: Porsche. HEX triplet: DC, 98 and 5B. RGB value is (220,152,91). Sum of RGB (Red+Green+Blue) = 220+152+91=463 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.52% from 463); Green value is 152 (59.77% from 255 or 32.83% from 463); Blue value is 91 (35.94% from 255 or 19.65% from 463); Max value from RGB is 220 - color contains mainly: red. Hex color #DC985B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC985B is #2367A4. Grayscale: #A5A5A5. Windows color (decimal): -2320293 or 6002908. OLE color: 6002908.
HSL color Cylindrical-coordinate representation of color #DC985B: hue angle of 28.37º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DC985B is Cyan = 0, Magento = 0.31, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 152 | 91 | - |
| CMYK | 0 | 0.31 | 0.59 | 0.14 |
| HSL | 28.37º | 0.65% | 0.61% | - |
| HSV(B) | 28.37º | 0.59% | 0.86% | - |
| XYZ | 42.63 | 38.43 | 15.07 | - |
| YUV | 165.38 | 86.03 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 152 | 91 | 0 | 0.31 | 0.59 | 0.14 | 28.37 | 0.65 | 0.61 |
| Hex | DC | 98 | 5B | 0 | 1F | 3B | E | 1C | 41 | 3D |
| Octal | 334 | 230 | 133 | 0 | 37 | 73 | 16 | 34 | 101 | 75 |
| Binary | 11011100 | 10011000 | 1011011 | 0 | 11111 | 111011 | 1110 | 11100 | 1000001 | 111101 |
Color Harmonies of #DC985B
Complementary color
Monochromatic Colors of #DC985B
Black with #DC985B
Text Example
Text Example
White with #DC985B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC985B; }
p { color: rgb(220,152,91); }
H1.HeaderClassName
{
color: #DC985B;
}
.AnyTagClassName
{
color: #DC985B;
}
</style>
background-color css
<style>
a { background-color: #DC985B; }
a { background-color: rgb(220,152,91); }
div.DivClassName
{
background-color: #DC985B;
}
.BgClassName
{
background-color: #DC985B;
}
</style>
border-color css
<style>
span { border-color: #DC985B; }
span { border-color: rgb(220,152,91); }
td.TdClassName
{
border-color: #DC985B;
}
.TagClassName
{
border-color: #DC985B;
}
</style>