Shades of Gold Tips #DDBA24
Tints of Gold Tips #DDBA24
RGB
CMYK
RGB Variations
Color information
#DDBA24 (or 0xDDBA24) is known color: Gold Tips. HEX triplet: DD, BA and 24. RGB value is (221,186,36). Sum of RGB (Red+Green+Blue) = 221+186+36=443 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.89% from 443); Green value is 186 (73.05% from 255 or 41.99% from 443); Blue value is 36 (14.45% from 255 or 8.13% from 443); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBA24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDBA24 is #2245DB. Grayscale: #B4B4B4. Windows color (decimal): -2246108 or 2407133. OLE color: 2407133.
HSL color Cylindrical-coordinate representation of color #DDBA24: hue angle of 48.65º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DDBA24 is Cyan = 0, Magento = 0.16, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 186 | 36 | - |
| CMYK | 0 | 0.16 | 0.84 | 0.13 |
| HSL | 48.65º | 0.73% | 0.5% | - |
| HSV(B) | 48.65º | 0.84% | 0.87% | - |
| XYZ | 47.7 | 50.62 | 8.93 | - |
| YUV | 179.37 | 47.1 | 157.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 186 | 36 | 0 | 0.16 | 0.84 | 0.13 | 48.65 | 0.73 | 0.5 |
| Hex | DD | BA | 24 | 0 | 10 | 54 | D | 31 | 49 | 32 |
| Octal | 335 | 272 | 44 | 0 | 20 | 124 | 15 | 61 | 111 | 62 |
| Binary | 11011101 | 10111010 | 100100 | 0 | 10000 | 1010100 | 1101 | 110001 | 1001001 | 110010 |
Color Harmonies of #DDBA24
Complementary color
Monochromatic Colors of #DDBA24
Black with #DDBA24
Text Example
Text Example
White with #DDBA24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBA24; }
p { color: rgb(221,186,36); }
H1.HeaderClassName
{
color: #DDBA24;
}
.AnyTagClassName
{
color: #DDBA24;
}
</style>
background-color css
<style>
a { background-color: #DDBA24; }
a { background-color: rgb(221,186,36); }
div.DivClassName
{
background-color: #DDBA24;
}
.BgClassName
{
background-color: #DDBA24;
}
</style>
border-color css
<style>
span { border-color: #DDBA24; }
span { border-color: rgb(221,186,36); }
td.TdClassName
{
border-color: #DDBA24;
}
.TagClassName
{
border-color: #DDBA24;
}
</style>