Shades of Porsche #DCA06A
Tints of Porsche #DCA06A
RGB
CMYK
RGB Variations
Color information
#DCA06A (or 0xDCA06A) is known color: Porsche. HEX triplet: DC, A0 and 6A. RGB value is (220,160,106). Sum of RGB (Red+Green+Blue) = 220+160+106=486 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.27% from 486); Green value is 160 (62.89% from 255 or 32.92% from 486); Blue value is 106 (41.80% from 255 or 21.81% from 486); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA06A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA06A is #235F95. Grayscale: #ACACAC. Windows color (decimal): -2318230 or 6987996. OLE color: 6987996.
HSL color Cylindrical-coordinate representation of color #DCA06A: hue angle of 28.42º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DCA06A is Cyan = 0, Magento = 0.27, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 160 | 106 | - |
| CMYK | 0 | 0.27 | 0.52 | 0.14 |
| HSL | 28.42º | 0.62% | 0.64% | - |
| HSV(B) | 28.42º | 0.52% | 0.86% | - |
| XYZ | 44.69 | 41.4 | 19.27 | - |
| YUV | 171.78 | 90.88 | 162.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 160 | 106 | 0 | 0.27 | 0.52 | 0.14 | 28.42 | 0.62 | 0.64 |
| Hex | DC | A0 | 6A | 0 | 1B | 34 | E | 1C | 3E | 40 |
| Octal | 334 | 240 | 152 | 0 | 33 | 64 | 16 | 34 | 76 | 100 |
| Binary | 11011100 | 10100000 | 1101010 | 0 | 11011 | 110100 | 1110 | 11100 | 111110 | 1000000 |
Color Harmonies of #DCA06A
Complementary color
Monochromatic Colors of #DCA06A
Black with #DCA06A
Text Example
Text Example
White with #DCA06A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA06A; }
p { color: rgb(220,160,106); }
H1.HeaderClassName
{
color: #DCA06A;
}
.AnyTagClassName
{
color: #DCA06A;
}
</style>
background-color css
<style>
a { background-color: #DCA06A; }
a { background-color: rgb(220,160,106); }
div.DivClassName
{
background-color: #DCA06A;
}
.BgClassName
{
background-color: #DCA06A;
}
</style>
border-color css
<style>
span { border-color: #DCA06A; }
span { border-color: rgb(220,160,106); }
td.TdClassName
{
border-color: #DCA06A;
}
.TagClassName
{
border-color: #DCA06A;
}
</style>