Shades of Gold Tips #DCAB2D
Tints of Gold Tips #DCAB2D
RGB
CMYK
RGB Variations
Color information
#DCAB2D (or 0xDCAB2D) is known color: Gold Tips. HEX triplet: DC, AB and 2D. RGB value is (220,171,45). Sum of RGB (Red+Green+Blue) = 220+171+45=436 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.46% from 436); Green value is 171 (67.19% from 255 or 39.22% from 436); Blue value is 45 (17.97% from 255 or 10.32% from 436); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAB2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAB2D is #2354D2. Grayscale: #ABABAB. Windows color (decimal): -2315475 or 2993116. OLE color: 2993116.
HSL color Cylindrical-coordinate representation of color #DCAB2D: hue angle of 43.2º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DCAB2D is Cyan = 0, Magento = 0.22, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 171 | 45 | - |
| CMYK | 0 | 0.22 | 0.80 | 0.14 |
| HSL | 43.2º | 0.71% | 0.52% | - |
| HSV(B) | 43.2º | 0.8% | 0.86% | - |
| XYZ | 44.55 | 44.53 | 8.73 | - |
| YUV | 171.29 | 56.73 | 162.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 171 | 45 | 0 | 0.22 | 0.80 | 0.14 | 43.2 | 0.71 | 0.52 |
| Hex | DC | AB | 2D | 0 | 16 | 50 | E | 2B | 47 | 34 |
| Octal | 334 | 253 | 55 | 0 | 26 | 120 | 16 | 53 | 107 | 64 |
| Binary | 11011100 | 10101011 | 101101 | 0 | 10110 | 1010000 | 1110 | 101011 | 1000111 | 110100 |
Color Harmonies of #DCAB2D
Complementary color
Monochromatic Colors of #DCAB2D
Black with #DCAB2D
Text Example
Text Example
White with #DCAB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAB2D; }
p { color: rgb(220,171,45); }
H1.HeaderClassName
{
color: #DCAB2D;
}
.AnyTagClassName
{
color: #DCAB2D;
}
</style>
background-color css
<style>
a { background-color: #DCAB2D; }
a { background-color: rgb(220,171,45); }
div.DivClassName
{
background-color: #DCAB2D;
}
.BgClassName
{
background-color: #DCAB2D;
}
</style>
border-color css
<style>
span { border-color: #DCAB2D; }
span { border-color: rgb(220,171,45); }
td.TdClassName
{
border-color: #DCAB2D;
}
.TagClassName
{
border-color: #DCAB2D;
}
</style>