Shades of Gold Tips #DCBE2F
Tints of Gold Tips #DCBE2F
RGB
CMYK
RGB Variations
Color information
#DCBE2F (or 0xDCBE2F) is known color: Gold Tips. HEX triplet: DC, BE and 2F. RGB value is (220,190,47). Sum of RGB (Red+Green+Blue) = 220+190+47=457 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.14% from 457); Green value is 190 (74.61% from 255 or 41.58% from 457); Blue value is 47 (18.75% from 255 or 10.28% from 457); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBE2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBE2F is #2341D0. Grayscale: #B7B7B7. Windows color (decimal): -2310609 or 3129052. OLE color: 3129052.
HSL color Cylindrical-coordinate representation of color #DCBE2F: hue angle of 49.6º 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 #DCBE2F is Cyan = 0, Magento = 0.14, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 190 | 47 | - |
| CMYK | 0 | 0.14 | 0.79 | 0.14 |
| HSL | 49.6º | 0.71% | 0.52% | - |
| HSV(B) | 49.6º | 0.79% | 0.86% | - |
| XYZ | 48.44 | 52.25 | 10.22 | - |
| YUV | 182.67 | 51.44 | 154.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 190 | 47 | 0 | 0.14 | 0.79 | 0.14 | 49.6 | 0.71 | 0.52 |
| Hex | DC | BE | 2F | 0 | E | 4F | E | 32 | 47 | 34 |
| Octal | 334 | 276 | 57 | 0 | 16 | 117 | 16 | 62 | 107 | 64 |
| Binary | 11011100 | 10111110 | 101111 | 0 | 1110 | 1001111 | 1110 | 110010 | 1000111 | 110100 |
Color Harmonies of #DCBE2F
Complementary color
Monochromatic Colors of #DCBE2F
Black with #DCBE2F
Text Example
Text Example
White with #DCBE2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBE2F; }
p { color: rgb(220,190,47); }
H1.HeaderClassName
{
color: #DCBE2F;
}
.AnyTagClassName
{
color: #DCBE2F;
}
</style>
background-color css
<style>
a { background-color: #DCBE2F; }
a { background-color: rgb(220,190,47); }
div.DivClassName
{
background-color: #DCBE2F;
}
.BgClassName
{
background-color: #DCBE2F;
}
</style>
border-color css
<style>
span { border-color: #DCBE2F; }
span { border-color: rgb(220,190,47); }
td.TdClassName
{
border-color: #DCBE2F;
}
.TagClassName
{
border-color: #DCBE2F;
}
</style>