Shades of Porsche #DCA05F
Tints of Porsche #DCA05F
RGB
CMYK
RGB Variations
Color information
#DCA05F (or 0xDCA05F) is known color: Porsche. HEX triplet: DC, A0 and 5F. RGB value is (220,160,95). Sum of RGB (Red+Green+Blue) = 220+160+95=475 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.32% from 475); Green value is 160 (62.89% from 255 or 33.68% from 475); Blue value is 95 (37.5% from 255 or 20% from 475); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA05F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA05F is #235FA0. Grayscale: #AAAAAA. Windows color (decimal): -2318241 or 6267100. OLE color: 6267100.
HSL color Cylindrical-coordinate representation of color #DCA05F: hue angle of 31.2º 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 #DCA05F is Cyan = 0, Magento = 0.27, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 160 | 95 | - |
| CMYK | 0 | 0.27 | 0.57 | 0.14 |
| HSL | 31.2º | 0.64% | 0.62% | - |
| HSV(B) | 31.2º | 0.57% | 0.86% | - |
| XYZ | 44.15 | 41.18 | 16.45 | - |
| YUV | 170.53 | 85.38 | 163.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 160 | 95 | 0 | 0.27 | 0.57 | 0.14 | 31.2 | 0.64 | 0.62 |
| Hex | DC | A0 | 5F | 0 | 1B | 39 | E | 1F | 40 | 3E |
| Octal | 334 | 240 | 137 | 0 | 33 | 71 | 16 | 37 | 100 | 76 |
| Binary | 11011100 | 10100000 | 1011111 | 0 | 11011 | 111001 | 1110 | 11111 | 1000000 | 111110 |
Color Harmonies of #DCA05F
Complementary color
Monochromatic Colors of #DCA05F
Black with #DCA05F
Text Example
Text Example
White with #DCA05F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA05F; }
p { color: rgb(220,160,95); }
H1.HeaderClassName
{
color: #DCA05F;
}
.AnyTagClassName
{
color: #DCA05F;
}
</style>
background-color css
<style>
a { background-color: #DCA05F; }
a { background-color: rgb(220,160,95); }
div.DivClassName
{
background-color: #DCA05F;
}
.BgClassName
{
background-color: #DCA05F;
}
</style>
border-color css
<style>
span { border-color: #DCA05F; }
span { border-color: rgb(220,160,95); }
td.TdClassName
{
border-color: #DCA05F;
}
.TagClassName
{
border-color: #DCA05F;
}
</style>