Shades of Gold Tips #DCAD2A
Tints of Gold Tips #DCAD2A
RGB
CMYK
RGB Variations
Color information
#DCAD2A (or 0xDCAD2A) is known color: Gold Tips. HEX triplet: DC, AD and 2A. RGB value is (220,173,42). Sum of RGB (Red+Green+Blue) = 220+173+42=435 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.57% from 435); Green value is 173 (67.97% from 255 or 39.77% from 435); Blue value is 42 (16.80% from 255 or 9.66% from 435); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAD2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAD2A is #2352D5. Grayscale: #ACACAC. Windows color (decimal): -2314966 or 2797020. OLE color: 2797020.
HSL color Cylindrical-coordinate representation of color #DCAD2A: hue angle of 44.16º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DCAD2A is Cyan = 0, Magento = 0.21, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 173 | 42 | - |
| CMYK | 0 | 0.21 | 0.81 | 0.14 |
| HSL | 44.16º | 0.72% | 0.51% | - |
| HSV(B) | 44.16º | 0.81% | 0.86% | - |
| XYZ | 44.88 | 45.27 | 8.56 | - |
| YUV | 172.12 | 54.57 | 162.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 173 | 42 | 0 | 0.21 | 0.81 | 0.14 | 44.16 | 0.72 | 0.51 |
| Hex | DC | AD | 2A | 0 | 15 | 51 | E | 2C | 48 | 33 |
| Octal | 334 | 255 | 52 | 0 | 25 | 121 | 16 | 54 | 110 | 63 |
| Binary | 11011100 | 10101101 | 101010 | 0 | 10101 | 1010001 | 1110 | 101100 | 1001000 | 110011 |
Color Harmonies of #DCAD2A
Complementary color
Monochromatic Colors of #DCAD2A
Black with #DCAD2A
Text Example
Text Example
White with #DCAD2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAD2A; }
p { color: rgb(220,173,42); }
H1.HeaderClassName
{
color: #DCAD2A;
}
.AnyTagClassName
{
color: #DCAD2A;
}
</style>
background-color css
<style>
a { background-color: #DCAD2A; }
a { background-color: rgb(220,173,42); }
div.DivClassName
{
background-color: #DCAD2A;
}
.BgClassName
{
background-color: #DCAD2A;
}
</style>
border-color css
<style>
span { border-color: #DCAD2A; }
span { border-color: rgb(220,173,42); }
td.TdClassName
{
border-color: #DCAD2A;
}
.TagClassName
{
border-color: #DCAD2A;
}
</style>