Shades of Old Gold #DDBC39
Tints of Old Gold #DDBC39
RGB
CMYK
RGB Variations
Color information
#DDBC39 (or 0xDDBC39) is known color: Old Gold. HEX triplet: DD, BC and 39. RGB value is (221,188,57). Sum of RGB (Red+Green+Blue) = 221+188+57=466 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.42% from 466); Green value is 188 (73.83% from 255 or 40.34% from 466); Blue value is 57 (22.66% from 255 or 12.23% from 466); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBC39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDBC39 is #2243C6. Grayscale: #B7B7B7. Windows color (decimal): -2245575 or 3783901. OLE color: 3783901.
HSL color Cylindrical-coordinate representation of color #DDBC39: hue angle of 47.93º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DDBC39 is Cyan = 0, Magento = 0.15, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 188 | 57 | - |
| CMYK | 0 | 0.15 | 0.74 | 0.13 |
| HSL | 47.93º | 0.71% | 0.55% | - |
| HSV(B) | 47.93º | 0.74% | 0.87% | - |
| XYZ | 48.54 | 51.63 | 11.28 | - |
| YUV | 182.93 | 56.93 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 188 | 57 | 0 | 0.15 | 0.74 | 0.13 | 47.93 | 0.71 | 0.55 |
| Hex | DD | BC | 39 | 0 | F | 4A | D | 30 | 47 | 37 |
| Octal | 335 | 274 | 71 | 0 | 17 | 112 | 15 | 60 | 107 | 67 |
| Binary | 11011101 | 10111100 | 111001 | 0 | 1111 | 1001010 | 1101 | 110000 | 1000111 | 110111 |
Color Harmonies of #DDBC39
Complementary color
Monochromatic Colors of #DDBC39
Black with #DDBC39
Text Example
Text Example
White with #DDBC39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBC39; }
p { color: rgb(221,188,57); }
H1.HeaderClassName
{
color: #DDBC39;
}
.AnyTagClassName
{
color: #DDBC39;
}
</style>
background-color css
<style>
a { background-color: #DDBC39; }
a { background-color: rgb(221,188,57); }
div.DivClassName
{
background-color: #DDBC39;
}
.BgClassName
{
background-color: #DDBC39;
}
</style>
border-color css
<style>
span { border-color: #DDBC39; }
span { border-color: rgb(221,188,57); }
td.TdClassName
{
border-color: #DDBC39;
}
.TagClassName
{
border-color: #DDBC39;
}
</style>