Shades of Gold Tips #DDBC2C
Tints of Gold Tips #DDBC2C
RGB
CMYK
RGB Variations
Color information
#DDBC2C (or 0xDDBC2C) is known color: Gold Tips. HEX triplet: DD, BC and 2C. RGB value is (221,188,44). Sum of RGB (Red+Green+Blue) = 221+188+44=453 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.79% from 453); Green value is 188 (73.83% from 255 or 41.50% from 453); Blue value is 44 (17.58% from 255 or 9.71% from 453); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBC2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDBC2C is #2243D3. Grayscale: #B6B6B6. Windows color (decimal): -2245588 or 2931933. OLE color: 2931933.
HSL color Cylindrical-coordinate representation of color #DDBC2C: hue angle of 48.81º 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 #DDBC2C is Cyan = 0, Magento = 0.15, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 188 | 44 | - |
| CMYK | 0 | 0.15 | 0.80 | 0.13 |
| HSL | 48.81º | 0.72% | 0.52% | - |
| HSV(B) | 48.81º | 0.8% | 0.87% | - |
| XYZ | 48.26 | 51.52 | 9.78 | - |
| YUV | 181.45 | 50.43 | 156.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 188 | 44 | 0 | 0.15 | 0.80 | 0.13 | 48.81 | 0.72 | 0.52 |
| Hex | DD | BC | 2C | 0 | F | 50 | D | 31 | 48 | 34 |
| Octal | 335 | 274 | 54 | 0 | 17 | 120 | 15 | 61 | 110 | 64 |
| Binary | 11011101 | 10111100 | 101100 | 0 | 1111 | 1010000 | 1101 | 110001 | 1001000 | 110100 |
Color Harmonies of #DDBC2C
Complementary color
Monochromatic Colors of #DDBC2C
Black with #DDBC2C
Text Example
Text Example
White with #DDBC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBC2C; }
p { color: rgb(221,188,44); }
H1.HeaderClassName
{
color: #DDBC2C;
}
.AnyTagClassName
{
color: #DDBC2C;
}
</style>
background-color css
<style>
a { background-color: #DDBC2C; }
a { background-color: rgb(221,188,44); }
div.DivClassName
{
background-color: #DDBC2C;
}
.BgClassName
{
background-color: #DDBC2C;
}
</style>
border-color css
<style>
span { border-color: #DDBC2C; }
span { border-color: rgb(221,188,44); }
td.TdClassName
{
border-color: #DDBC2C;
}
.TagClassName
{
border-color: #DDBC2C;
}
</style>