Shades of Gold Tips #DDBA2D
Tints of Gold Tips #DDBA2D
RGB
CMYK
RGB Variations
Color information
#DDBA2D (or 0xDDBA2D) is known color: Gold Tips. HEX triplet: DD, BA and 2D. RGB value is (221,186,45). Sum of RGB (Red+Green+Blue) = 221+186+45=452 (59% of max value = 765). Red value is 221 (86.72% from 255 or 48.89% from 452); Green value is 186 (73.05% from 255 or 41.15% from 452); Blue value is 45 (17.97% from 255 or 9.96% from 452); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBA2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDBA2D is #2245D2. Grayscale: #B4B4B4. Windows color (decimal): -2246099 or 2996957. OLE color: 2996957.
HSL color Cylindrical-coordinate representation of color #DDBA2D: hue angle of 48.07º 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 #DDBA2D is Cyan = 0, Magento = 0.16, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 186 | 45 | - |
| CMYK | 0 | 0.16 | 0.80 | 0.13 |
| HSL | 48.07º | 0.72% | 0.52% | - |
| HSV(B) | 48.07º | 0.8% | 0.87% | - |
| XYZ | 47.85 | 50.68 | 9.74 | - |
| YUV | 180.39 | 51.6 | 156.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 186 | 45 | 0 | 0.16 | 0.80 | 0.13 | 48.07 | 0.72 | 0.52 |
| Hex | DD | BA | 2D | 0 | 10 | 50 | D | 30 | 48 | 34 |
| Octal | 335 | 272 | 55 | 0 | 20 | 120 | 15 | 60 | 110 | 64 |
| Binary | 11011101 | 10111010 | 101101 | 0 | 10000 | 1010000 | 1101 | 110000 | 1001000 | 110100 |
Color Harmonies of #DDBA2D
Complementary color
Monochromatic Colors of #DDBA2D
Black with #DDBA2D
Text Example
Text Example
White with #DDBA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBA2D; }
p { color: rgb(221,186,45); }
H1.HeaderClassName
{
color: #DDBA2D;
}
.AnyTagClassName
{
color: #DDBA2D;
}
</style>
background-color css
<style>
a { background-color: #DDBA2D; }
a { background-color: rgb(221,186,45); }
div.DivClassName
{
background-color: #DDBA2D;
}
.BgClassName
{
background-color: #DDBA2D;
}
</style>
border-color css
<style>
span { border-color: #DDBA2D; }
span { border-color: rgb(221,186,45); }
td.TdClassName
{
border-color: #DDBA2D;
}
.TagClassName
{
border-color: #DDBA2D;
}
</style>