Shades of Old Gold #DDBB40
Tints of Old Gold #DDBB40
RGB
CMYK
RGB Variations
Color information
#DDBB40 (or 0xDDBB40) is known color: Old Gold. HEX triplet: DD, BB and 40. RGB value is (221,187,64). Sum of RGB (Red+Green+Blue) = 221+187+64=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 187 (73.44% from 255 or 39.62% from 472); Blue value is 64 (25.39% from 255 or 13.56% from 472); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBB40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDBB40 is #2244BF. Grayscale: #B7B7B7. Windows color (decimal): -2245824 or 4242397. OLE color: 4242397.
HSL color Cylindrical-coordinate representation of color #DDBB40: hue angle of 47.01º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DDBB40 is Cyan = 0, Magento = 0.15, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 187 | 64 | - |
| CMYK | 0 | 0.15 | 0.71 | 0.13 |
| HSL | 47.01º | 0.7% | 0.56% | - |
| HSV(B) | 47.01º | 0.71% | 0.87% | - |
| XYZ | 48.51 | 51.28 | 12.19 | - |
| YUV | 183.14 | 60.76 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 187 | 64 | 0 | 0.15 | 0.71 | 0.13 | 47.01 | 0.7 | 0.56 |
| Hex | DD | BB | 40 | 0 | F | 47 | D | 2F | 46 | 38 |
| Octal | 335 | 273 | 100 | 0 | 17 | 107 | 15 | 57 | 106 | 70 |
| Binary | 11011101 | 10111011 | 1000000 | 0 | 1111 | 1000111 | 1101 | 101111 | 1000110 | 111000 |
Color Harmonies of #DDBB40
Complementary color
Monochromatic Colors of #DDBB40
Black with #DDBB40
Text Example
Text Example
White with #DDBB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBB40; }
p { color: rgb(221,187,64); }
H1.HeaderClassName
{
color: #DDBB40;
}
.AnyTagClassName
{
color: #DDBB40;
}
</style>
background-color css
<style>
a { background-color: #DDBB40; }
a { background-color: rgb(221,187,64); }
div.DivClassName
{
background-color: #DDBB40;
}
.BgClassName
{
background-color: #DDBB40;
}
</style>
border-color css
<style>
span { border-color: #DDBB40; }
span { border-color: rgb(221,187,64); }
td.TdClassName
{
border-color: #DDBB40;
}
.TagClassName
{
border-color: #DDBB40;
}
</style>