Shades of Gold Tips #DCBE2E
Tints of Gold Tips #DCBE2E
RGB
CMYK
RGB Variations
Color information
#DCBE2E (or 0xDCBE2E) is known color: Gold Tips. HEX triplet: DC, BE and 2E. RGB value is (220,190,46). Sum of RGB (Red+Green+Blue) = 220+190+46=456 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.25% from 456); Green value is 190 (74.61% from 255 or 41.67% from 456); Blue value is 46 (18.36% from 255 or 10.09% from 456); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBE2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBE2E is #2341D1. Grayscale: #B7B7B7. Windows color (decimal): -2310610 or 3063516. OLE color: 3063516.
HSL color Cylindrical-coordinate representation of color #DCBE2E: hue angle of 49.66º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DCBE2E is Cyan = 0, Magento = 0.14, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 190 | 46 | - |
| CMYK | 0 | 0.14 | 0.79 | 0.14 |
| HSL | 49.66º | 0.71% | 0.52% | - |
| HSV(B) | 49.66º | 0.79% | 0.86% | - |
| XYZ | 48.42 | 52.24 | 10.12 | - |
| YUV | 182.55 | 50.94 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 190 | 46 | 0 | 0.14 | 0.79 | 0.14 | 49.66 | 0.71 | 0.52 |
| Hex | DC | BE | 2E | 0 | E | 4F | E | 32 | 47 | 34 |
| Octal | 334 | 276 | 56 | 0 | 16 | 117 | 16 | 62 | 107 | 64 |
| Binary | 11011100 | 10111110 | 101110 | 0 | 1110 | 1001111 | 1110 | 110010 | 1000111 | 110100 |
Color Harmonies of #DCBE2E
Complementary color
Monochromatic Colors of #DCBE2E
Black with #DCBE2E
Text Example
Text Example
White with #DCBE2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBE2E; }
p { color: rgb(220,190,46); }
H1.HeaderClassName
{
color: #DCBE2E;
}
.AnyTagClassName
{
color: #DCBE2E;
}
</style>
background-color css
<style>
a { background-color: #DCBE2E; }
a { background-color: rgb(220,190,46); }
div.DivClassName
{
background-color: #DCBE2E;
}
.BgClassName
{
background-color: #DCBE2E;
}
</style>
border-color css
<style>
span { border-color: #DCBE2E; }
span { border-color: rgb(220,190,46); }
td.TdClassName
{
border-color: #DCBE2E;
}
.TagClassName
{
border-color: #DCBE2E;
}
</style>