Shades of Gold Tips #DCBD2F
Tints of Gold Tips #DCBD2F
RGB
CMYK
RGB Variations
Color information
#DCBD2F (or 0xDCBD2F) is known color: Gold Tips. HEX triplet: DC, BD and 2F. RGB value is (220,189,47). Sum of RGB (Red+Green+Blue) = 220+189+47=456 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.25% from 456); Green value is 189 (74.22% from 255 or 41.45% from 456); Blue value is 47 (18.75% from 255 or 10.31% from 456); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBD2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBD2F is #2342D0. Grayscale: #B6B6B6. Windows color (decimal): -2310865 or 3128796. OLE color: 3128796.
HSL color Cylindrical-coordinate representation of color #DCBD2F: hue angle of 49.25º 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 #DCBD2F is Cyan = 0, Magento = 0.14, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 189 | 47 | - |
| CMYK | 0 | 0.14 | 0.79 | 0.14 |
| HSL | 49.25º | 0.71% | 0.52% | - |
| HSV(B) | 49.25º | 0.79% | 0.86% | - |
| XYZ | 48.23 | 51.82 | 10.15 | - |
| YUV | 182.08 | 51.77 | 155.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 189 | 47 | 0 | 0.14 | 0.79 | 0.14 | 49.25 | 0.71 | 0.52 |
| Hex | DC | BD | 2F | 0 | E | 4F | E | 31 | 47 | 34 |
| Octal | 334 | 275 | 57 | 0 | 16 | 117 | 16 | 61 | 107 | 64 |
| Binary | 11011100 | 10111101 | 101111 | 0 | 1110 | 1001111 | 1110 | 110001 | 1000111 | 110100 |
Color Harmonies of #DCBD2F
Complementary color
Monochromatic Colors of #DCBD2F
Black with #DCBD2F
Text Example
Text Example
White with #DCBD2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBD2F; }
p { color: rgb(220,189,47); }
H1.HeaderClassName
{
color: #DCBD2F;
}
.AnyTagClassName
{
color: #DCBD2F;
}
</style>
background-color css
<style>
a { background-color: #DCBD2F; }
a { background-color: rgb(220,189,47); }
div.DivClassName
{
background-color: #DCBD2F;
}
.BgClassName
{
background-color: #DCBD2F;
}
</style>
border-color css
<style>
span { border-color: #DCBD2F; }
span { border-color: rgb(220,189,47); }
td.TdClassName
{
border-color: #DCBD2F;
}
.TagClassName
{
border-color: #DCBD2F;
}
</style>