Shades of Gold Tips #DCB02E
Tints of Gold Tips #DCB02E
RGB
CMYK
RGB Variations
Color information
#DCB02E (or 0xDCB02E) is known color: Gold Tips. HEX triplet: DC, B0 and 2E. RGB value is (220,176,46). Sum of RGB (Red+Green+Blue) = 220+176+46=442 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.77% from 442); Green value is 176 (69.14% from 255 or 39.82% from 442); Blue value is 46 (18.36% from 255 or 10.41% from 442); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB02E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCB02E is #234FD1. Grayscale: #AEAEAE. Windows color (decimal): -2314194 or 3059932. OLE color: 3059932.
HSL color Cylindrical-coordinate representation of color #DCB02E: hue angle of 44.83º 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 #DCB02E is Cyan = 0, Magento = 0.2, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 176 | 46 | - |
| CMYK | 0 | 0.2 | 0.79 | 0.14 |
| HSL | 44.83º | 0.71% | 0.52% | - |
| HSV(B) | 44.83º | 0.79% | 0.86% | - |
| XYZ | 45.53 | 46.46 | 9.15 | - |
| YUV | 174.34 | 55.58 | 160.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 176 | 46 | 0 | 0.2 | 0.79 | 0.14 | 44.83 | 0.71 | 0.52 |
| Hex | DC | B0 | 2E | 0 | 14 | 4F | E | 2D | 47 | 34 |
| Octal | 334 | 260 | 56 | 0 | 24 | 117 | 16 | 55 | 107 | 64 |
| Binary | 11011100 | 10110000 | 101110 | 0 | 10100 | 1001111 | 1110 | 101101 | 1000111 | 110100 |
Color Harmonies of #DCB02E
Complementary color
Monochromatic Colors of #DCB02E
Black with #DCB02E
Text Example
Text Example
White with #DCB02E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB02E; }
p { color: rgb(220,176,46); }
H1.HeaderClassName
{
color: #DCB02E;
}
.AnyTagClassName
{
color: #DCB02E;
}
</style>
background-color css
<style>
a { background-color: #DCB02E; }
a { background-color: rgb(220,176,46); }
div.DivClassName
{
background-color: #DCB02E;
}
.BgClassName
{
background-color: #DCB02E;
}
</style>
border-color css
<style>
span { border-color: #DCB02E; }
span { border-color: rgb(220,176,46); }
td.TdClassName
{
border-color: #DCB02E;
}
.TagClassName
{
border-color: #DCB02E;
}
</style>