Shades of Gold Tips #DDB923
Tints of Gold Tips #DDB923
RGB
CMYK
RGB Variations
Color information
#DDB923 (or 0xDDB923) is known color: Gold Tips. HEX triplet: DD, B9 and 23. RGB value is (221,185,35). Sum of RGB (Red+Green+Blue) = 221+185+35=441 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.11% from 441); Green value is 185 (72.66% from 255 or 41.95% from 441); Blue value is 35 (14.06% from 255 or 7.94% from 441); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB923 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB923 is #2246DC. Grayscale: #B3B3B3. Windows color (decimal): -2246365 or 2341341. OLE color: 2341341.
HSL color Cylindrical-coordinate representation of color #DDB923: hue angle of 48.39º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DDB923 is Cyan = 0, Magento = 0.16, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 185 | 35 | - |
| CMYK | 0 | 0.16 | 0.84 | 0.13 |
| HSL | 48.39º | 0.73% | 0.5% | - |
| HSV(B) | 48.39º | 0.84% | 0.87% | - |
| XYZ | 47.47 | 50.19 | 8.78 | - |
| YUV | 178.66 | 46.93 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 185 | 35 | 0 | 0.16 | 0.84 | 0.13 | 48.39 | 0.73 | 0.5 |
| Hex | DD | B9 | 23 | 0 | 10 | 54 | D | 30 | 49 | 32 |
| Octal | 335 | 271 | 43 | 0 | 20 | 124 | 15 | 60 | 111 | 62 |
| Binary | 11011101 | 10111001 | 100011 | 0 | 10000 | 1010100 | 1101 | 110000 | 1001001 | 110010 |
Color Harmonies of #DDB923
Complementary color
Monochromatic Colors of #DDB923
Black with #DDB923
Text Example
Text Example
White with #DDB923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB923; }
p { color: rgb(221,185,35); }
H1.HeaderClassName
{
color: #DDB923;
}
.AnyTagClassName
{
color: #DDB923;
}
</style>
background-color css
<style>
a { background-color: #DDB923; }
a { background-color: rgb(221,185,35); }
div.DivClassName
{
background-color: #DDB923;
}
.BgClassName
{
background-color: #DDB923;
}
</style>
border-color css
<style>
span { border-color: #DDB923; }
span { border-color: rgb(221,185,35); }
td.TdClassName
{
border-color: #DDB923;
}
.TagClassName
{
border-color: #DDB923;
}
</style>