Shades of Gold Tips #DDBA2E
Tints of Gold Tips #DDBA2E
RGB
CMYK
RGB Variations
Color information
#DDBA2E (or 0xDDBA2E) is known color: Gold Tips. HEX triplet: DD, BA and 2E. RGB value is (221,186,46). Sum of RGB (Red+Green+Blue) = 221+186+46=453 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.79% from 453); Green value is 186 (73.05% from 255 or 41.06% from 453); Blue value is 46 (18.36% from 255 or 10.15% from 453); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBA2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDBA2E is #2245D1. Grayscale: #B5B5B5. Windows color (decimal): -2246098 or 3062493. OLE color: 3062493.
HSL color Cylindrical-coordinate representation of color #DDBA2E: hue angle of 48º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DDBA2E is Cyan = 0, Magento = 0.16, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 186 | 46 | - |
| CMYK | 0 | 0.16 | 0.79 | 0.13 |
| HSL | 48º | 0.72% | 0.52% | - |
| HSV(B) | 48º | 0.79% | 0.87% | - |
| XYZ | 47.87 | 50.69 | 9.85 | - |
| YUV | 180.51 | 52.1 | 156.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 186 | 46 | 0 | 0.16 | 0.79 | 0.13 | 48 | 0.72 | 0.52 |
| Hex | DD | BA | 2E | 0 | 10 | 4F | D | 30 | 48 | 34 |
| Octal | 335 | 272 | 56 | 0 | 20 | 117 | 15 | 60 | 110 | 64 |
| Binary | 11011101 | 10111010 | 101110 | 0 | 10000 | 1001111 | 1101 | 110000 | 1001000 | 110100 |
Color Harmonies of #DDBA2E
Complementary color
Monochromatic Colors of #DDBA2E
Black with #DDBA2E
Text Example
Text Example
White with #DDBA2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBA2E; }
p { color: rgb(221,186,46); }
H1.HeaderClassName
{
color: #DDBA2E;
}
.AnyTagClassName
{
color: #DDBA2E;
}
</style>
background-color css
<style>
a { background-color: #DDBA2E; }
a { background-color: rgb(221,186,46); }
div.DivClassName
{
background-color: #DDBA2E;
}
.BgClassName
{
background-color: #DDBA2E;
}
</style>
border-color css
<style>
span { border-color: #DDBA2E; }
span { border-color: rgb(221,186,46); }
td.TdClassName
{
border-color: #DDBA2E;
}
.TagClassName
{
border-color: #DDBA2E;
}
</style>