Shades of Porsche #DCA16B
Tints of Porsche #DCA16B
RGB
CMYK
RGB Variations
Color information
#DCA16B (or 0xDCA16B) is known color: Porsche. HEX triplet: DC, A1 and 6B. RGB value is (220,161,107). Sum of RGB (Red+Green+Blue) = 220+161+107=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 161 (63.28% from 255 or 32.99% from 488); Blue value is 107 (42.19% from 255 or 21.93% from 488); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA16B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA16B is #235E94. Grayscale: #ACACAC. Windows color (decimal): -2317973 or 7053788. OLE color: 7053788.
HSL color Cylindrical-coordinate representation of color #DCA16B: hue angle of 28.67º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DCA16B is Cyan = 0, Magento = 0.27, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 161 | 107 | - |
| CMYK | 0 | 0.27 | 0.51 | 0.14 |
| HSL | 28.67º | 0.62% | 0.64% | - |
| HSV(B) | 28.67º | 0.51% | 0.86% | - |
| XYZ | 44.91 | 41.77 | 19.6 | - |
| YUV | 172.49 | 91.05 | 161.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 161 | 107 | 0 | 0.27 | 0.51 | 0.14 | 28.67 | 0.62 | 0.64 |
| Hex | DC | A1 | 6B | 0 | 1B | 33 | E | 1D | 3E | 40 |
| Octal | 334 | 241 | 153 | 0 | 33 | 63 | 16 | 35 | 76 | 100 |
| Binary | 11011100 | 10100001 | 1101011 | 0 | 11011 | 110011 | 1110 | 11101 | 111110 | 1000000 |
Color Harmonies of #DCA16B
Complementary color
Monochromatic Colors of #DCA16B
Black with #DCA16B
Text Example
Text Example
White with #DCA16B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA16B; }
p { color: rgb(220,161,107); }
H1.HeaderClassName
{
color: #DCA16B;
}
.AnyTagClassName
{
color: #DCA16B;
}
</style>
background-color css
<style>
a { background-color: #DCA16B; }
a { background-color: rgb(220,161,107); }
div.DivClassName
{
background-color: #DCA16B;
}
.BgClassName
{
background-color: #DCA16B;
}
</style>
border-color css
<style>
span { border-color: #DCA16B; }
span { border-color: rgb(220,161,107); }
td.TdClassName
{
border-color: #DCA16B;
}
.TagClassName
{
border-color: #DCA16B;
}
</style>