Shades of Gold Tips #DCAD2B
Tints of Gold Tips #DCAD2B
RGB
CMYK
RGB Variations
Color information
#DCAD2B (or 0xDCAD2B) is known color: Gold Tips. HEX triplet: DC, AD and 2B. RGB value is (220,173,43). Sum of RGB (Red+Green+Blue) = 220+173+43=436 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.46% from 436); Green value is 173 (67.97% from 255 or 39.68% from 436); Blue value is 43 (17.19% from 255 or 9.86% from 436); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAD2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAD2B is #2352D4. Grayscale: #ACACAC. Windows color (decimal): -2314965 or 2862556. OLE color: 2862556.
HSL color Cylindrical-coordinate representation of color #DCAD2B: hue angle of 44.07º degrees, saturation: 0.72, 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 #DCAD2B is Cyan = 0, Magento = 0.21, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 173 | 43 | - |
| CMYK | 0 | 0.21 | 0.80 | 0.14 |
| HSL | 44.07º | 0.72% | 0.52% | - |
| HSV(B) | 44.07º | 0.8% | 0.86% | - |
| XYZ | 44.89 | 45.28 | 8.66 | - |
| YUV | 172.23 | 55.07 | 162.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 173 | 43 | 0 | 0.21 | 0.80 | 0.14 | 44.07 | 0.72 | 0.52 |
| Hex | DC | AD | 2B | 0 | 15 | 50 | E | 2C | 48 | 34 |
| Octal | 334 | 255 | 53 | 0 | 25 | 120 | 16 | 54 | 110 | 64 |
| Binary | 11011100 | 10101101 | 101011 | 0 | 10101 | 1010000 | 1110 | 101100 | 1001000 | 110100 |
Color Harmonies of #DCAD2B
Complementary color
Monochromatic Colors of #DCAD2B
Black with #DCAD2B
Text Example
Text Example
White with #DCAD2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAD2B; }
p { color: rgb(220,173,43); }
H1.HeaderClassName
{
color: #DCAD2B;
}
.AnyTagClassName
{
color: #DCAD2B;
}
</style>
background-color css
<style>
a { background-color: #DCAD2B; }
a { background-color: rgb(220,173,43); }
div.DivClassName
{
background-color: #DCAD2B;
}
.BgClassName
{
background-color: #DCAD2B;
}
</style>
border-color css
<style>
span { border-color: #DCAD2B; }
span { border-color: rgb(220,173,43); }
td.TdClassName
{
border-color: #DCAD2B;
}
.TagClassName
{
border-color: #DCAD2B;
}
</style>