Shades of Porsche #DCA06D
Tints of Porsche #DCA06D
RGB
CMYK
RGB Variations
Color information
#DCA06D (or 0xDCA06D) is known color: Porsche. HEX triplet: DC, A0 and 6D. RGB value is (220,160,109). Sum of RGB (Red+Green+Blue) = 220+160+109=489 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.99% from 489); Green value is 160 (62.89% from 255 or 32.72% from 489); Blue value is 109 (42.97% from 255 or 22.29% from 489); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA06D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA06D is #235F92. Grayscale: #ACACAC. Windows color (decimal): -2318227 or 7184604. OLE color: 7184604.
HSL color Cylindrical-coordinate representation of color #DCA06D: hue angle of 27.57º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DCA06D is Cyan = 0, Magento = 0.27, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 160 | 109 | - |
| CMYK | 0 | 0.27 | 0.50 | 0.14 |
| HSL | 27.57º | 0.61% | 0.65% | - |
| HSV(B) | 27.57º | 0.5% | 0.86% | - |
| XYZ | 44.85 | 41.46 | 20.11 | - |
| YUV | 172.13 | 92.38 | 162.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 160 | 109 | 0 | 0.27 | 0.50 | 0.14 | 27.57 | 0.61 | 0.65 |
| Hex | DC | A0 | 6D | 0 | 1B | 32 | E | 1C | 3D | 41 |
| Octal | 334 | 240 | 155 | 0 | 33 | 62 | 16 | 34 | 75 | 101 |
| Binary | 11011100 | 10100000 | 1101101 | 0 | 11011 | 110010 | 1110 | 11100 | 111101 | 1000001 |
Color Harmonies of #DCA06D
Complementary color
Monochromatic Colors of #DCA06D
Black with #DCA06D
Text Example
Text Example
White with #DCA06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA06D; }
p { color: rgb(220,160,109); }
H1.HeaderClassName
{
color: #DCA06D;
}
.AnyTagClassName
{
color: #DCA06D;
}
</style>
background-color css
<style>
a { background-color: #DCA06D; }
a { background-color: rgb(220,160,109); }
div.DivClassName
{
background-color: #DCA06D;
}
.BgClassName
{
background-color: #DCA06D;
}
</style>
border-color css
<style>
span { border-color: #DCA06D; }
span { border-color: rgb(220,160,109); }
td.TdClassName
{
border-color: #DCA06D;
}
.TagClassName
{
border-color: #DCA06D;
}
</style>