Shades of Gold Tips #DCBD2C
Tints of Gold Tips #DCBD2C
RGB
CMYK
RGB Variations
Color information
#DCBD2C (or 0xDCBD2C) is known color: Gold Tips. HEX triplet: DC, BD and 2C. RGB value is (220,189,44). Sum of RGB (Red+Green+Blue) = 220+189+44=453 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.57% from 453); Green value is 189 (74.22% from 255 or 41.72% from 453); Blue value is 44 (17.58% from 255 or 9.71% from 453); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBD2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBD2C is #2342D3. Grayscale: #B6B6B6. Windows color (decimal): -2310868 or 2932188. OLE color: 2932188.
HSL color Cylindrical-coordinate representation of color #DCBD2C: hue angle of 49.43º 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 #DCBD2C is Cyan = 0, Magento = 0.14, Yellow = 0.8 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 189 | 44 | - |
| CMYK | 0 | 0.14 | 0.8 | 0.14 |
| HSL | 49.43º | 0.72% | 0.52% | - |
| HSV(B) | 49.43º | 0.8% | 0.86% | - |
| XYZ | 48.17 | 51.79 | 9.84 | - |
| YUV | 181.74 | 50.27 | 155.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 189 | 44 | 0 | 0.14 | 0.8 | 0.14 | 49.43 | 0.72 | 0.52 |
| Hex | DC | BD | 2C | 0 | E | 50 | E | 31 | 48 | 34 |
| Octal | 334 | 275 | 54 | 0 | 16 | 120 | 16 | 61 | 110 | 64 |
| Binary | 11011100 | 10111101 | 101100 | 0 | 1110 | 1010000 | 1110 | 110001 | 1001000 | 110100 |
Color Harmonies of #DCBD2C
Complementary color
Monochromatic Colors of #DCBD2C
Black with #DCBD2C
Text Example
Text Example
White with #DCBD2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBD2C; }
p { color: rgb(220,189,44); }
H1.HeaderClassName
{
color: #DCBD2C;
}
.AnyTagClassName
{
color: #DCBD2C;
}
</style>
background-color css
<style>
a { background-color: #DCBD2C; }
a { background-color: rgb(220,189,44); }
div.DivClassName
{
background-color: #DCBD2C;
}
.BgClassName
{
background-color: #DCBD2C;
}
</style>
border-color css
<style>
span { border-color: #DCBD2C; }
span { border-color: rgb(220,189,44); }
td.TdClassName
{
border-color: #DCBD2C;
}
.TagClassName
{
border-color: #DCBD2C;
}
</style>