Shades of Old Gold #DDB941
Tints of Old Gold #DDB941
RGB
CMYK
RGB Variations
Color information
#DDB941 (or 0xDDB941) is known color: Old Gold. HEX triplet: DD, B9 and 41. RGB value is (221,185,65). Sum of RGB (Red+Green+Blue) = 221+185+65=471 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.92% from 471); Green value is 185 (72.66% from 255 or 39.28% from 471); Blue value is 65 (25.78% from 255 or 13.80% from 471); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB941 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB941 is #2246BE. Grayscale: #B6B6B6. Windows color (decimal): -2246335 or 4307421. OLE color: 4307421.
HSL color Cylindrical-coordinate representation of color #DDB941: hue angle of 46.15º 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 #DDB941 is Cyan = 0, Magento = 0.16, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 185 | 65 | - |
| CMYK | 0 | 0.16 | 0.71 | 0.13 |
| HSL | 46.15º | 0.7% | 0.56% | - |
| HSV(B) | 46.15º | 0.71% | 0.87% | - |
| XYZ | 48.12 | 50.45 | 12.2 | - |
| YUV | 182.08 | 61.93 | 155.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 185 | 65 | 0 | 0.16 | 0.71 | 0.13 | 46.15 | 0.7 | 0.56 |
| Hex | DD | B9 | 41 | 0 | 10 | 47 | D | 2E | 46 | 38 |
| Octal | 335 | 271 | 101 | 0 | 20 | 107 | 15 | 56 | 106 | 70 |
| Binary | 11011101 | 10111001 | 1000001 | 0 | 10000 | 1000111 | 1101 | 101110 | 1000110 | 111000 |
Color Harmonies of #DDB941
Complementary color
Monochromatic Colors of #DDB941
Black with #DDB941
Text Example
Text Example
White with #DDB941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB941; }
p { color: rgb(221,185,65); }
H1.HeaderClassName
{
color: #DDB941;
}
.AnyTagClassName
{
color: #DDB941;
}
</style>
background-color css
<style>
a { background-color: #DDB941; }
a { background-color: rgb(221,185,65); }
div.DivClassName
{
background-color: #DDB941;
}
.BgClassName
{
background-color: #DDB941;
}
</style>
border-color css
<style>
span { border-color: #DDB941; }
span { border-color: rgb(221,185,65); }
td.TdClassName
{
border-color: #DDB941;
}
.TagClassName
{
border-color: #DDB941;
}
</style>