Shades of Gold Tips #DCB42E
Tints of Gold Tips #DCB42E
RGB
CMYK
RGB Variations
Color information
#DCB42E (or 0xDCB42E) is known color: Gold Tips. HEX triplet: DC, B4 and 2E. RGB value is (220,180,46). Sum of RGB (Red+Green+Blue) = 220+180+46=446 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.33% from 446); Green value is 180 (70.70% from 255 or 40.36% from 446); Blue value is 46 (18.36% from 255 or 10.31% from 446); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB42E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB42E is #234BD1. Grayscale: #B1B1B1. Windows color (decimal): -2313170 or 3060956. OLE color: 3060956.
HSL color Cylindrical-coordinate representation of color #DCB42E: hue angle of 46.21º 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 #DCB42E is Cyan = 0, Magento = 0.18, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 180 | 46 | - |
| CMYK | 0 | 0.18 | 0.79 | 0.14 |
| HSL | 46.21º | 0.71% | 0.52% | - |
| HSV(B) | 46.21º | 0.79% | 0.86% | - |
| XYZ | 46.33 | 48.06 | 9.42 | - |
| YUV | 176.68 | 54.25 | 158.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 180 | 46 | 0 | 0.18 | 0.79 | 0.14 | 46.21 | 0.71 | 0.52 |
| Hex | DC | B4 | 2E | 0 | 12 | 4F | E | 2E | 47 | 34 |
| Octal | 334 | 264 | 56 | 0 | 22 | 117 | 16 | 56 | 107 | 64 |
| Binary | 11011100 | 10110100 | 101110 | 0 | 10010 | 1001111 | 1110 | 101110 | 1000111 | 110100 |
Color Harmonies of #DCB42E
Complementary color
Monochromatic Colors of #DCB42E
Black with #DCB42E
Text Example
Text Example
White with #DCB42E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB42E; }
p { color: rgb(220,180,46); }
H1.HeaderClassName
{
color: #DCB42E;
}
.AnyTagClassName
{
color: #DCB42E;
}
</style>
background-color css
<style>
a { background-color: #DCB42E; }
a { background-color: rgb(220,180,46); }
div.DivClassName
{
background-color: #DCB42E;
}
.BgClassName
{
background-color: #DCB42E;
}
</style>
border-color css
<style>
span { border-color: #DCB42E; }
span { border-color: rgb(220,180,46); }
td.TdClassName
{
border-color: #DCB42E;
}
.TagClassName
{
border-color: #DCB42E;
}
</style>