Shades of Gold Tips #DDBA2B
Tints of Gold Tips #DDBA2B
RGB
CMYK
RGB Variations
Color information
#DDBA2B (or 0xDDBA2B) is known color: Gold Tips. HEX triplet: DD, BA and 2B. RGB value is (221,186,43). Sum of RGB (Red+Green+Blue) = 221+186+43=450 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.11% from 450); Green value is 186 (73.05% from 255 or 41.33% from 450); Blue value is 43 (17.19% from 255 or 9.56% from 450); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBA2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDBA2B is #2245D4. Grayscale: #B4B4B4. Windows color (decimal): -2246101 or 2865885. OLE color: 2865885.
HSL color Cylindrical-coordinate representation of color #DDBA2B: hue angle of 48.2º 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 #DDBA2B is Cyan = 0, Magento = 0.16, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 186 | 43 | - |
| CMYK | 0 | 0.16 | 0.81 | 0.13 |
| HSL | 48.2º | 0.72% | 0.52% | - |
| HSV(B) | 48.2º | 0.81% | 0.87% | - |
| XYZ | 47.81 | 50.66 | 9.54 | - |
| YUV | 180.16 | 50.6 | 157.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 186 | 43 | 0 | 0.16 | 0.81 | 0.13 | 48.2 | 0.72 | 0.52 |
| Hex | DD | BA | 2B | 0 | 10 | 51 | D | 30 | 48 | 34 |
| Octal | 335 | 272 | 53 | 0 | 20 | 121 | 15 | 60 | 110 | 64 |
| Binary | 11011101 | 10111010 | 101011 | 0 | 10000 | 1010001 | 1101 | 110000 | 1001000 | 110100 |
Color Harmonies of #DDBA2B
Complementary color
Monochromatic Colors of #DDBA2B
Black with #DDBA2B
Text Example
Text Example
White with #DDBA2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBA2B; }
p { color: rgb(221,186,43); }
H1.HeaderClassName
{
color: #DDBA2B;
}
.AnyTagClassName
{
color: #DDBA2B;
}
</style>
background-color css
<style>
a { background-color: #DDBA2B; }
a { background-color: rgb(221,186,43); }
div.DivClassName
{
background-color: #DDBA2B;
}
.BgClassName
{
background-color: #DDBA2B;
}
</style>
border-color css
<style>
span { border-color: #DDBA2B; }
span { border-color: rgb(221,186,43); }
td.TdClassName
{
border-color: #DDBA2B;
}
.TagClassName
{
border-color: #DDBA2B;
}
</style>