Shades of Gold Tips #DDBA2C
Tints of Gold Tips #DDBA2C
RGB
CMYK
RGB Variations
Color information
#DDBA2C (or 0xDDBA2C) is known color: Gold Tips. HEX triplet: DD, BA and 2C. RGB value is (221,186,44). Sum of RGB (Red+Green+Blue) = 221+186+44=451 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.00% from 451); Green value is 186 (73.05% from 255 or 41.24% from 451); Blue value is 44 (17.58% from 255 or 9.76% from 451); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBA2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDBA2C is #2245D3. Grayscale: #B4B4B4. Windows color (decimal): -2246100 or 2931421. OLE color: 2931421.
HSL color Cylindrical-coordinate representation of color #DDBA2C: hue angle of 48.14º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DDBA2C is Cyan = 0, Magento = 0.16, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 186 | 44 | - |
| CMYK | 0 | 0.16 | 0.80 | 0.13 |
| HSL | 48.14º | 0.72% | 0.52% | - |
| HSV(B) | 48.14º | 0.8% | 0.87% | - |
| XYZ | 47.83 | 50.67 | 9.64 | - |
| YUV | 180.28 | 51.1 | 157.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 186 | 44 | 0 | 0.16 | 0.80 | 0.13 | 48.14 | 0.72 | 0.52 |
| Hex | DD | BA | 2C | 0 | 10 | 50 | D | 30 | 48 | 34 |
| Octal | 335 | 272 | 54 | 0 | 20 | 120 | 15 | 60 | 110 | 64 |
| Binary | 11011101 | 10111010 | 101100 | 0 | 10000 | 1010000 | 1101 | 110000 | 1001000 | 110100 |
Color Harmonies of #DDBA2C
Complementary color
Monochromatic Colors of #DDBA2C
Black with #DDBA2C
Text Example
Text Example
White with #DDBA2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBA2C; }
p { color: rgb(221,186,44); }
H1.HeaderClassName
{
color: #DDBA2C;
}
.AnyTagClassName
{
color: #DDBA2C;
}
</style>
background-color css
<style>
a { background-color: #DDBA2C; }
a { background-color: rgb(221,186,44); }
div.DivClassName
{
background-color: #DDBA2C;
}
.BgClassName
{
background-color: #DDBA2C;
}
</style>
border-color css
<style>
span { border-color: #DDBA2C; }
span { border-color: rgb(221,186,44); }
td.TdClassName
{
border-color: #DDBA2C;
}
.TagClassName
{
border-color: #DDBA2C;
}
</style>