Shades of Gold Tips #DCB41D
Tints of Gold Tips #DCB41D
RGB
CMYK
RGB Variations
Color information
#DCB41D (or 0xDCB41D) is known color: Gold Tips. HEX triplet: DC, B4 and 1D. RGB value is (220,180,29). Sum of RGB (Red+Green+Blue) = 220+180+29=429 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.28% from 429); Green value is 180 (70.70% from 255 or 41.96% from 429); Blue value is 29 (11.72% from 255 or 6.76% from 429); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB41D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB41D is #234BE2. Grayscale: #AFAFAF. Windows color (decimal): -2313187 or 1946844. OLE color: 1946844.
HSL color Cylindrical-coordinate representation of color #DCB41D: hue angle of 47.43º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DCB41D is Cyan = 0, Magento = 0.18, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 180 | 29 | - |
| CMYK | 0 | 0.18 | 0.87 | 0.14 |
| HSL | 47.43º | 0.77% | 0.49% | - |
| HSV(B) | 47.43º | 0.87% | 0.86% | - |
| XYZ | 46.06 | 47.95 | 7.99 | - |
| YUV | 174.75 | 45.75 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 180 | 29 | 0 | 0.18 | 0.87 | 0.14 | 47.43 | 0.77 | 0.49 |
| Hex | DC | B4 | 1D | 0 | 12 | 57 | E | 2F | 4D | 31 |
| Octal | 334 | 264 | 35 | 0 | 22 | 127 | 16 | 57 | 115 | 61 |
| Binary | 11011100 | 10110100 | 11101 | 0 | 10010 | 1010111 | 1110 | 101111 | 1001101 | 110001 |
Color Harmonies of #DCB41D
Complementary color
Monochromatic Colors of #DCB41D
Black with #DCB41D
Text Example
Text Example
White with #DCB41D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB41D; }
p { color: rgb(220,180,29); }
H1.HeaderClassName
{
color: #DCB41D;
}
.AnyTagClassName
{
color: #DCB41D;
}
</style>
background-color css
<style>
a { background-color: #DCB41D; }
a { background-color: rgb(220,180,29); }
div.DivClassName
{
background-color: #DCB41D;
}
.BgClassName
{
background-color: #DCB41D;
}
</style>
border-color css
<style>
span { border-color: #DCB41D; }
span { border-color: rgb(220,180,29); }
td.TdClassName
{
border-color: #DCB41D;
}
.TagClassName
{
border-color: #DCB41D;
}
</style>