Shades of Old Gold #DDBA42
Tints of Old Gold #DDBA42
RGB
CMYK
RGB Variations
Color information
#DDBA42 (or 0xDDBA42) is known color: Old Gold. HEX triplet: DD, BA and 42. RGB value is (221,186,66). Sum of RGB (Red+Green+Blue) = 221+186+66=473 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.72% from 473); Green value is 186 (73.05% from 255 or 39.32% from 473); Blue value is 66 (26.17% from 255 or 13.95% from 473); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBA42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDBA42 is #2245BD. Grayscale: #B7B7B7. Windows color (decimal): -2246078 or 4373213. OLE color: 4373213.
HSL color Cylindrical-coordinate representation of color #DDBA42: hue angle of 46.45º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DDBA42 is Cyan = 0, Magento = 0.16, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 186 | 66 | - |
| CMYK | 0 | 0.16 | 0.70 | 0.13 |
| HSL | 46.45º | 0.7% | 0.56% | - |
| HSV(B) | 46.45º | 0.7% | 0.87% | - |
| XYZ | 48.36 | 50.88 | 12.43 | - |
| YUV | 182.79 | 62.1 | 155.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 186 | 66 | 0 | 0.16 | 0.70 | 0.13 | 46.45 | 0.7 | 0.56 |
| Hex | DD | BA | 42 | 0 | 10 | 46 | D | 2E | 46 | 38 |
| Octal | 335 | 272 | 102 | 0 | 20 | 106 | 15 | 56 | 106 | 70 |
| Binary | 11011101 | 10111010 | 1000010 | 0 | 10000 | 1000110 | 1101 | 101110 | 1000110 | 111000 |
Color Harmonies of #DDBA42
Complementary color
Monochromatic Colors of #DDBA42
Black with #DDBA42
Text Example
Text Example
White with #DDBA42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBA42; }
p { color: rgb(221,186,66); }
H1.HeaderClassName
{
color: #DDBA42;
}
.AnyTagClassName
{
color: #DDBA42;
}
</style>
background-color css
<style>
a { background-color: #DDBA42; }
a { background-color: rgb(221,186,66); }
div.DivClassName
{
background-color: #DDBA42;
}
.BgClassName
{
background-color: #DDBA42;
}
</style>
border-color css
<style>
span { border-color: #DDBA42; }
span { border-color: rgb(221,186,66); }
td.TdClassName
{
border-color: #DDBA42;
}
.TagClassName
{
border-color: #DDBA42;
}
</style>