Shades of Porsche #DC985A
Tints of Porsche #DC985A
RGB
CMYK
RGB Variations
Color information
#DC985A (or 0xDC985A) is known color: Porsche. HEX triplet: DC, 98 and 5A. RGB value is (220,152,90). Sum of RGB (Red+Green+Blue) = 220+152+90=462 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.62% from 462); Green value is 152 (59.77% from 255 or 32.90% from 462); Blue value is 90 (35.55% from 255 or 19.48% from 462); Max value from RGB is 220 - color contains mainly: red. Hex color #DC985A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC985A is #2367A5. Grayscale: #A5A5A5. Windows color (decimal): -2320294 or 5937372. OLE color: 5937372.
HSL color Cylindrical-coordinate representation of color #DC985A: hue angle of 28.62º 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 #DC985A is Cyan = 0, Magento = 0.31, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 152 | 90 | - |
| CMYK | 0 | 0.31 | 0.59 | 0.14 |
| HSL | 28.62º | 0.65% | 0.61% | - |
| HSV(B) | 28.62º | 0.59% | 0.86% | - |
| XYZ | 42.59 | 38.41 | 14.84 | - |
| YUV | 165.26 | 85.53 | 167.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 152 | 90 | 0 | 0.31 | 0.59 | 0.14 | 28.62 | 0.65 | 0.61 |
| Hex | DC | 98 | 5A | 0 | 1F | 3B | E | 1D | 41 | 3D |
| Octal | 334 | 230 | 132 | 0 | 37 | 73 | 16 | 35 | 101 | 75 |
| Binary | 11011100 | 10011000 | 1011010 | 0 | 11111 | 111011 | 1110 | 11101 | 1000001 | 111101 |
Color Harmonies of #DC985A
Complementary color
Monochromatic Colors of #DC985A
Black with #DC985A
Text Example
Text Example
White with #DC985A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC985A; }
p { color: rgb(220,152,90); }
H1.HeaderClassName
{
color: #DC985A;
}
.AnyTagClassName
{
color: #DC985A;
}
</style>
background-color css
<style>
a { background-color: #DC985A; }
a { background-color: rgb(220,152,90); }
div.DivClassName
{
background-color: #DC985A;
}
.BgClassName
{
background-color: #DC985A;
}
</style>
border-color css
<style>
span { border-color: #DC985A; }
span { border-color: rgb(220,152,90); }
td.TdClassName
{
border-color: #DC985A;
}
.TagClassName
{
border-color: #DC985A;
}
</style>