Shades of Gold Tips #DCB32A
Tints of Gold Tips #DCB32A
RGB
CMYK
RGB Variations
Color information
#DCB32A (or 0xDCB32A) is known color: Gold Tips. HEX triplet: DC, B3 and 2A. RGB value is (220,179,42). Sum of RGB (Red+Green+Blue) = 220+179+42=441 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.89% from 441); Green value is 179 (70.31% from 255 or 40.59% from 441); Blue value is 42 (16.80% from 255 or 9.52% from 441); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB32A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB32A is #234CD5. Grayscale: #B0B0B0. Windows color (decimal): -2313430 or 2798556. OLE color: 2798556.
HSL color Cylindrical-coordinate representation of color #DCB32A: hue angle of 46.18º 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 #DCB32A is Cyan = 0, Magento = 0.19, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 179 | 42 | - |
| CMYK | 0 | 0.19 | 0.81 | 0.14 |
| HSL | 46.18º | 0.72% | 0.51% | - |
| HSV(B) | 46.18º | 0.81% | 0.86% | - |
| XYZ | 46.05 | 47.62 | 8.96 | - |
| YUV | 175.64 | 52.58 | 159.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 179 | 42 | 0 | 0.19 | 0.81 | 0.14 | 46.18 | 0.72 | 0.51 |
| Hex | DC | B3 | 2A | 0 | 13 | 51 | E | 2E | 48 | 33 |
| Octal | 334 | 263 | 52 | 0 | 23 | 121 | 16 | 56 | 110 | 63 |
| Binary | 11011100 | 10110011 | 101010 | 0 | 10011 | 1010001 | 1110 | 101110 | 1001000 | 110011 |
Color Harmonies of #DCB32A
Complementary color
Monochromatic Colors of #DCB32A
Black with #DCB32A
Text Example
Text Example
White with #DCB32A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB32A; }
p { color: rgb(220,179,42); }
H1.HeaderClassName
{
color: #DCB32A;
}
.AnyTagClassName
{
color: #DCB32A;
}
</style>
background-color css
<style>
a { background-color: #DCB32A; }
a { background-color: rgb(220,179,42); }
div.DivClassName
{
background-color: #DCB32A;
}
.BgClassName
{
background-color: #DCB32A;
}
</style>
border-color css
<style>
span { border-color: #DCB32A; }
span { border-color: rgb(220,179,42); }
td.TdClassName
{
border-color: #DCB32A;
}
.TagClassName
{
border-color: #DCB32A;
}
</style>