Shades of Porsche #DCA15E
Tints of Porsche #DCA15E
RGB
CMYK
RGB Variations
Color information
#DCA15E (or 0xDCA15E) is known color: Porsche. HEX triplet: DC, A1 and 5E. RGB value is (220,161,94). Sum of RGB (Red+Green+Blue) = 220+161+94=475 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.32% from 475); Green value is 161 (63.28% from 255 or 33.89% from 475); Blue value is 94 (37.11% from 255 or 19.79% from 475); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA15E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA15E is #235EA1. Grayscale: #ABABAB. Windows color (decimal): -2317986 or 6201820. OLE color: 6201820.
HSL color Cylindrical-coordinate representation of color #DCA15E: hue angle of 31.9º 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 #DCA15E is Cyan = 0, Magento = 0.27, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 161 | 94 | - |
| CMYK | 0 | 0.27 | 0.57 | 0.14 |
| HSL | 31.9º | 0.64% | 0.62% | - |
| HSV(B) | 31.9º | 0.57% | 0.86% | - |
| XYZ | 44.28 | 41.51 | 16.27 | - |
| YUV | 171 | 84.55 | 162.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 161 | 94 | 0 | 0.27 | 0.57 | 0.14 | 31.9 | 0.64 | 0.62 |
| Hex | DC | A1 | 5E | 0 | 1B | 39 | E | 20 | 40 | 3E |
| Octal | 334 | 241 | 136 | 0 | 33 | 71 | 16 | 40 | 100 | 76 |
| Binary | 11011100 | 10100001 | 1011110 | 0 | 11011 | 111001 | 1110 | 100000 | 1000000 | 111110 |
Color Harmonies of #DCA15E
Complementary color
Monochromatic Colors of #DCA15E
Black with #DCA15E
Text Example
Text Example
White with #DCA15E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA15E; }
p { color: rgb(220,161,94); }
H1.HeaderClassName
{
color: #DCA15E;
}
.AnyTagClassName
{
color: #DCA15E;
}
</style>
background-color css
<style>
a { background-color: #DCA15E; }
a { background-color: rgb(220,161,94); }
div.DivClassName
{
background-color: #DCA15E;
}
.BgClassName
{
background-color: #DCA15E;
}
</style>
border-color css
<style>
span { border-color: #DCA15E; }
span { border-color: rgb(220,161,94); }
td.TdClassName
{
border-color: #DCA15E;
}
.TagClassName
{
border-color: #DCA15E;
}
</style>