Shades of Old Gold #DDB942
Tints of Old Gold #DDB942
RGB
CMYK
RGB Variations
Color information
#DDB942 (or 0xDDB942) is known color: Old Gold. HEX triplet: DD, B9 and 42. RGB value is (221,185,66). Sum of RGB (Red+Green+Blue) = 221+185+66=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 185 (72.66% from 255 or 39.19% from 472); Blue value is 66 (26.17% from 255 or 13.98% from 472); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB942 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB942 is #2246BD. Grayscale: #B6B6B6. Windows color (decimal): -2246334 or 4372957. OLE color: 4372957.
HSL color Cylindrical-coordinate representation of color #DDB942: hue angle of 46.06º 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 #DDB942 is Cyan = 0, Magento = 0.16, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 185 | 66 | - |
| CMYK | 0 | 0.16 | 0.70 | 0.13 |
| HSL | 46.06º | 0.7% | 0.56% | - |
| HSV(B) | 46.06º | 0.7% | 0.87% | - |
| XYZ | 48.15 | 50.46 | 12.36 | - |
| YUV | 182.2 | 62.43 | 155.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 185 | 66 | 0 | 0.16 | 0.70 | 0.13 | 46.06 | 0.7 | 0.56 |
| Hex | DD | B9 | 42 | 0 | 10 | 46 | D | 2E | 46 | 38 |
| Octal | 335 | 271 | 102 | 0 | 20 | 106 | 15 | 56 | 106 | 70 |
| Binary | 11011101 | 10111001 | 1000010 | 0 | 10000 | 1000110 | 1101 | 101110 | 1000110 | 111000 |
Color Harmonies of #DDB942
Complementary color
Monochromatic Colors of #DDB942
Black with #DDB942
Text Example
Text Example
White with #DDB942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB942; }
p { color: rgb(221,185,66); }
H1.HeaderClassName
{
color: #DDB942;
}
.AnyTagClassName
{
color: #DDB942;
}
</style>
background-color css
<style>
a { background-color: #DDB942; }
a { background-color: rgb(221,185,66); }
div.DivClassName
{
background-color: #DDB942;
}
.BgClassName
{
background-color: #DDB942;
}
</style>
border-color css
<style>
span { border-color: #DDB942; }
span { border-color: rgb(221,185,66); }
td.TdClassName
{
border-color: #DDB942;
}
.TagClassName
{
border-color: #DDB942;
}
</style>