Shades of Gold Tips #DDBB2C
Tints of Gold Tips #DDBB2C
RGB
CMYK
RGB Variations
Color information
#DDBB2C (or 0xDDBB2C) is known color: Gold Tips. HEX triplet: DD, BB and 2C. RGB value is (221,187,44). Sum of RGB (Red+Green+Blue) = 221+187+44=452 (59% of max value = 765). Red value is 221 (86.72% from 255 or 48.89% from 452); Green value is 187 (73.44% from 255 or 41.37% from 452); Blue value is 44 (17.58% from 255 or 9.73% from 452); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBB2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDBB2C is #2244D3. Grayscale: #B5B5B5. Windows color (decimal): -2245844 or 2931677. OLE color: 2931677.
HSL color Cylindrical-coordinate representation of color #DDBB2C: hue angle of 48.47º 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 #DDBB2C is Cyan = 0, Magento = 0.15, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 187 | 44 | - |
| CMYK | 0 | 0.15 | 0.80 | 0.13 |
| HSL | 48.47º | 0.72% | 0.52% | - |
| HSV(B) | 48.47º | 0.8% | 0.87% | - |
| XYZ | 48.04 | 51.09 | 9.71 | - |
| YUV | 180.86 | 50.76 | 156.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 187 | 44 | 0 | 0.15 | 0.80 | 0.13 | 48.47 | 0.72 | 0.52 |
| Hex | DD | BB | 2C | 0 | F | 50 | D | 30 | 48 | 34 |
| Octal | 335 | 273 | 54 | 0 | 17 | 120 | 15 | 60 | 110 | 64 |
| Binary | 11011101 | 10111011 | 101100 | 0 | 1111 | 1010000 | 1101 | 110000 | 1001000 | 110100 |
Color Harmonies of #DDBB2C
Complementary color
Monochromatic Colors of #DDBB2C
Black with #DDBB2C
Text Example
Text Example
White with #DDBB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBB2C; }
p { color: rgb(221,187,44); }
H1.HeaderClassName
{
color: #DDBB2C;
}
.AnyTagClassName
{
color: #DDBB2C;
}
</style>
background-color css
<style>
a { background-color: #DDBB2C; }
a { background-color: rgb(221,187,44); }
div.DivClassName
{
background-color: #DDBB2C;
}
.BgClassName
{
background-color: #DDBB2C;
}
</style>
border-color css
<style>
span { border-color: #DDBB2C; }
span { border-color: rgb(221,187,44); }
td.TdClassName
{
border-color: #DDBB2C;
}
.TagClassName
{
border-color: #DDBB2C;
}
</style>