Shades of Old Gold #DDB943
Tints of Old Gold #DDB943
RGB
CMYK
RGB Variations
Color information
#DDB943 (or 0xDDB943) is known color: Old Gold. HEX triplet: DD, B9 and 43. RGB value is (221,185,67). Sum of RGB (Red+Green+Blue) = 221+185+67=473 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.72% from 473); Green value is 185 (72.66% from 255 or 39.11% from 473); Blue value is 67 (26.56% from 255 or 14.16% from 473); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB943 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB943 is #2246BC. Grayscale: #B6B6B6. Windows color (decimal): -2246333 or 4438493. OLE color: 4438493.
HSL color Cylindrical-coordinate representation of color #DDB943: hue angle of 45.97º degrees, saturation: 0.69, 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 #DDB943 is Cyan = 0, Magento = 0.16, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 185 | 67 | - |
| CMYK | 0 | 0.16 | 0.70 | 0.13 |
| HSL | 45.97º | 0.69% | 0.56% | - |
| HSV(B) | 45.97º | 0.7% | 0.87% | - |
| XYZ | 48.18 | 50.48 | 12.51 | - |
| YUV | 182.31 | 62.93 | 155.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 185 | 67 | 0 | 0.16 | 0.70 | 0.13 | 45.97 | 0.69 | 0.56 |
| Hex | DD | B9 | 43 | 0 | 10 | 46 | D | 2E | 45 | 38 |
| Octal | 335 | 271 | 103 | 0 | 20 | 106 | 15 | 56 | 105 | 70 |
| Binary | 11011101 | 10111001 | 1000011 | 0 | 10000 | 1000110 | 1101 | 101110 | 1000101 | 111000 |
Color Harmonies of #DDB943
Complementary color
Monochromatic Colors of #DDB943
Black with #DDB943
Text Example
Text Example
White with #DDB943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB943; }
p { color: rgb(221,185,67); }
H1.HeaderClassName
{
color: #DDB943;
}
.AnyTagClassName
{
color: #DDB943;
}
</style>
background-color css
<style>
a { background-color: #DDB943; }
a { background-color: rgb(221,185,67); }
div.DivClassName
{
background-color: #DDB943;
}
.BgClassName
{
background-color: #DDB943;
}
</style>
border-color css
<style>
span { border-color: #DDB943; }
span { border-color: rgb(221,185,67); }
td.TdClassName
{
border-color: #DDB943;
}
.TagClassName
{
border-color: #DDB943;
}
</style>