Shades of Porsche #DCA05D
Tints of Porsche #DCA05D
RGB
CMYK
RGB Variations
Color information
#DCA05D (or 0xDCA05D) is known color: Porsche. HEX triplet: DC, A0 and 5D. RGB value is (220,160,93). Sum of RGB (Red+Green+Blue) = 220+160+93=473 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.51% from 473); Green value is 160 (62.89% from 255 or 33.83% from 473); Blue value is 93 (36.72% from 255 or 19.66% from 473); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA05D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA05D is #235FA2. Grayscale: #AAAAAA. Windows color (decimal): -2318243 or 6136028. OLE color: 6136028.
HSL color Cylindrical-coordinate representation of color #DCA05D: hue angle of 31.65º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DCA05D is Cyan = 0, Magento = 0.27, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 160 | 93 | - |
| CMYK | 0 | 0.27 | 0.58 | 0.14 |
| HSL | 31.65º | 0.64% | 0.61% | - |
| HSV(B) | 31.65º | 0.58% | 0.86% | - |
| XYZ | 44.06 | 41.15 | 15.98 | - |
| YUV | 170.3 | 84.38 | 163.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 160 | 93 | 0 | 0.27 | 0.58 | 0.14 | 31.65 | 0.64 | 0.61 |
| Hex | DC | A0 | 5D | 0 | 1B | 3A | E | 20 | 40 | 3D |
| Octal | 334 | 240 | 135 | 0 | 33 | 72 | 16 | 40 | 100 | 75 |
| Binary | 11011100 | 10100000 | 1011101 | 0 | 11011 | 111010 | 1110 | 100000 | 1000000 | 111101 |
Color Harmonies of #DCA05D
Complementary color
Monochromatic Colors of #DCA05D
Black with #DCA05D
Text Example
Text Example
White with #DCA05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA05D; }
p { color: rgb(220,160,93); }
H1.HeaderClassName
{
color: #DCA05D;
}
.AnyTagClassName
{
color: #DCA05D;
}
</style>
background-color css
<style>
a { background-color: #DCA05D; }
a { background-color: rgb(220,160,93); }
div.DivClassName
{
background-color: #DCA05D;
}
.BgClassName
{
background-color: #DCA05D;
}
</style>
border-color css
<style>
span { border-color: #DCA05D; }
span { border-color: rgb(220,160,93); }
td.TdClassName
{
border-color: #DCA05D;
}
.TagClassName
{
border-color: #DCA05D;
}
</style>