Shades of Gold Tips #DDBA2A
Tints of Gold Tips #DDBA2A
RGB
CMYK
RGB Variations
Color information
#DDBA2A (or 0xDDBA2A) is known color: Gold Tips. HEX triplet: DD, BA and 2A. RGB value is (221,186,42). Sum of RGB (Red+Green+Blue) = 221+186+42=449 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.22% from 449); Green value is 186 (73.05% from 255 or 41.43% from 449); Blue value is 42 (16.80% from 255 or 9.35% from 449); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBA2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDBA2A is #2245D5. Grayscale: #B4B4B4. Windows color (decimal): -2246102 or 2800349. OLE color: 2800349.
HSL color Cylindrical-coordinate representation of color #DDBA2A: hue angle of 48.27º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DDBA2A is Cyan = 0, Magento = 0.16, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 186 | 42 | - |
| CMYK | 0 | 0.16 | 0.81 | 0.13 |
| HSL | 48.27º | 0.72% | 0.52% | - |
| HSV(B) | 48.27º | 0.81% | 0.87% | - |
| XYZ | 47.8 | 50.66 | 9.45 | - |
| YUV | 180.05 | 50.1 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 186 | 42 | 0 | 0.16 | 0.81 | 0.13 | 48.27 | 0.72 | 0.52 |
| Hex | DD | BA | 2A | 0 | 10 | 51 | D | 30 | 48 | 34 |
| Octal | 335 | 272 | 52 | 0 | 20 | 121 | 15 | 60 | 110 | 64 |
| Binary | 11011101 | 10111010 | 101010 | 0 | 10000 | 1010001 | 1101 | 110000 | 1001000 | 110100 |
Color Harmonies of #DDBA2A
Complementary color
Monochromatic Colors of #DDBA2A
Black with #DDBA2A
Text Example
Text Example
White with #DDBA2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBA2A; }
p { color: rgb(221,186,42); }
H1.HeaderClassName
{
color: #DDBA2A;
}
.AnyTagClassName
{
color: #DDBA2A;
}
</style>
background-color css
<style>
a { background-color: #DDBA2A; }
a { background-color: rgb(221,186,42); }
div.DivClassName
{
background-color: #DDBA2A;
}
.BgClassName
{
background-color: #DDBA2A;
}
</style>
border-color css
<style>
span { border-color: #DDBA2A; }
span { border-color: rgb(221,186,42); }
td.TdClassName
{
border-color: #DDBA2A;
}
.TagClassName
{
border-color: #DDBA2A;
}
</style>