Shades of Old Gold #DDBC3A
Tints of Old Gold #DDBC3A
RGB
CMYK
RGB Variations
Color information
#DDBC3A (or 0xDDBC3A) is known color: Old Gold. HEX triplet: DD, BC and 3A. RGB value is (221,188,58). Sum of RGB (Red+Green+Blue) = 221+188+58=467 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.32% from 467); Green value is 188 (73.83% from 255 or 40.26% from 467); Blue value is 58 (23.05% from 255 or 12.42% from 467); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBC3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDBC3A is #2243C5. Grayscale: #B7B7B7. Windows color (decimal): -2245574 or 3849437. OLE color: 3849437.
HSL color Cylindrical-coordinate representation of color #DDBC3A: hue angle of 47.85º 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 #DDBC3A is Cyan = 0, Magento = 0.15, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 188 | 58 | - |
| CMYK | 0 | 0.15 | 0.74 | 0.13 |
| HSL | 47.85º | 0.71% | 0.55% | - |
| HSV(B) | 47.85º | 0.74% | 0.87% | - |
| XYZ | 48.57 | 51.64 | 11.41 | - |
| YUV | 183.05 | 57.43 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 188 | 58 | 0 | 0.15 | 0.74 | 0.13 | 47.85 | 0.71 | 0.55 |
| Hex | DD | BC | 3A | 0 | F | 4A | D | 30 | 47 | 37 |
| Octal | 335 | 274 | 72 | 0 | 17 | 112 | 15 | 60 | 107 | 67 |
| Binary | 11011101 | 10111100 | 111010 | 0 | 1111 | 1001010 | 1101 | 110000 | 1000111 | 110111 |
Color Harmonies of #DDBC3A
Complementary color
Monochromatic Colors of #DDBC3A
Black with #DDBC3A
Text Example
Text Example
White with #DDBC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBC3A; }
p { color: rgb(221,188,58); }
H1.HeaderClassName
{
color: #DDBC3A;
}
.AnyTagClassName
{
color: #DDBC3A;
}
</style>
background-color css
<style>
a { background-color: #DDBC3A; }
a { background-color: rgb(221,188,58); }
div.DivClassName
{
background-color: #DDBC3A;
}
.BgClassName
{
background-color: #DDBC3A;
}
</style>
border-color css
<style>
span { border-color: #DDBC3A; }
span { border-color: rgb(221,188,58); }
td.TdClassName
{
border-color: #DDBC3A;
}
.TagClassName
{
border-color: #DDBC3A;
}
</style>