Shades of Old Gold #DDBD3E
Tints of Old Gold #DDBD3E
RGB
CMYK
RGB Variations
Color information
#DDBD3E (or 0xDDBD3E) is known color: Old Gold. HEX triplet: DD, BD and 3E. RGB value is (221,189,62). Sum of RGB (Red+Green+Blue) = 221+189+62=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 189 (74.22% from 255 or 40.04% from 472); Blue value is 62 (24.61% from 255 or 13.14% from 472); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBD3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDBD3E is #2242C1. Grayscale: #B8B8B8. Windows color (decimal): -2245314 or 4111837. OLE color: 4111837.
HSL color Cylindrical-coordinate representation of color #DDBD3E: hue angle of 47.92º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DDBD3E is Cyan = 0, Magento = 0.14, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 189 | 62 | - |
| CMYK | 0 | 0.14 | 0.72 | 0.13 |
| HSL | 47.92º | 0.7% | 0.55% | - |
| HSV(B) | 47.92º | 0.72% | 0.87% | - |
| XYZ | 48.89 | 52.12 | 12.04 | - |
| YUV | 184.09 | 59.1 | 154.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 189 | 62 | 0 | 0.14 | 0.72 | 0.13 | 47.92 | 0.7 | 0.55 |
| Hex | DD | BD | 3E | 0 | E | 48 | D | 30 | 46 | 37 |
| Octal | 335 | 275 | 76 | 0 | 16 | 110 | 15 | 60 | 106 | 67 |
| Binary | 11011101 | 10111101 | 111110 | 0 | 1110 | 1001000 | 1101 | 110000 | 1000110 | 110111 |
Color Harmonies of #DDBD3E
Complementary color
Monochromatic Colors of #DDBD3E
Black with #DDBD3E
Text Example
Text Example
White with #DDBD3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBD3E; }
p { color: rgb(221,189,62); }
H1.HeaderClassName
{
color: #DDBD3E;
}
.AnyTagClassName
{
color: #DDBD3E;
}
</style>
background-color css
<style>
a { background-color: #DDBD3E; }
a { background-color: rgb(221,189,62); }
div.DivClassName
{
background-color: #DDBD3E;
}
.BgClassName
{
background-color: #DDBD3E;
}
</style>
border-color css
<style>
span { border-color: #DDBD3E; }
span { border-color: rgb(221,189,62); }
td.TdClassName
{
border-color: #DDBD3E;
}
.TagClassName
{
border-color: #DDBD3E;
}
</style>