Shades of Gold Tips #DCBE2B
Tints of Gold Tips #DCBE2B
RGB
CMYK
RGB Variations
Color information
#DCBE2B (or 0xDCBE2B) is known color: Gold Tips. HEX triplet: DC, BE and 2B. RGB value is (220,190,43). Sum of RGB (Red+Green+Blue) = 220+190+43=453 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.57% from 453); Green value is 190 (74.61% from 255 or 41.94% from 453); Blue value is 43 (17.19% from 255 or 9.49% from 453); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBE2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBE2B is #2341D4. Grayscale: #B6B6B6. Windows color (decimal): -2310613 or 2866908. OLE color: 2866908.
HSL color Cylindrical-coordinate representation of color #DCBE2B: hue angle of 49.83º 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 #DCBE2B is Cyan = 0, Magento = 0.14, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 190 | 43 | - |
| CMYK | 0 | 0.14 | 0.80 | 0.14 |
| HSL | 49.83º | 0.72% | 0.52% | - |
| HSV(B) | 49.83º | 0.8% | 0.86% | - |
| XYZ | 48.36 | 52.22 | 9.82 | - |
| YUV | 182.21 | 49.44 | 154.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 190 | 43 | 0 | 0.14 | 0.80 | 0.14 | 49.83 | 0.72 | 0.52 |
| Hex | DC | BE | 2B | 0 | E | 50 | E | 32 | 48 | 34 |
| Octal | 334 | 276 | 53 | 0 | 16 | 120 | 16 | 62 | 110 | 64 |
| Binary | 11011100 | 10111110 | 101011 | 0 | 1110 | 1010000 | 1110 | 110010 | 1001000 | 110100 |
Color Harmonies of #DCBE2B
Complementary color
Monochromatic Colors of #DCBE2B
Black with #DCBE2B
Text Example
Text Example
White with #DCBE2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBE2B; }
p { color: rgb(220,190,43); }
H1.HeaderClassName
{
color: #DCBE2B;
}
.AnyTagClassName
{
color: #DCBE2B;
}
</style>
background-color css
<style>
a { background-color: #DCBE2B; }
a { background-color: rgb(220,190,43); }
div.DivClassName
{
background-color: #DCBE2B;
}
.BgClassName
{
background-color: #DCBE2B;
}
</style>
border-color css
<style>
span { border-color: #DCBE2B; }
span { border-color: rgb(220,190,43); }
td.TdClassName
{
border-color: #DCBE2B;
}
.TagClassName
{
border-color: #DCBE2B;
}
</style>