Shades of Gold Tips #DDB823
Tints of Gold Tips #DDB823
RGB
CMYK
RGB Variations
Color information
#DDB823 (or 0xDDB823) is known color: Gold Tips. HEX triplet: DD, B8 and 23. RGB value is (221,184,35). Sum of RGB (Red+Green+Blue) = 221+184+35=440 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.23% from 440); Green value is 184 (72.27% from 255 or 41.82% from 440); Blue value is 35 (14.06% from 255 or 7.95% from 440); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB823 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB823 is #2247DC. Grayscale: #B2B2B2. Windows color (decimal): -2246621 or 2341085. OLE color: 2341085.
HSL color Cylindrical-coordinate representation of color #DDB823: hue angle of 48.06º 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 #DDB823 is Cyan = 0, Magento = 0.17, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 184 | 35 | - |
| CMYK | 0 | 0.17 | 0.84 | 0.13 |
| HSL | 48.06º | 0.73% | 0.5% | - |
| HSV(B) | 48.06º | 0.84% | 0.87% | - |
| XYZ | 47.26 | 49.77 | 8.71 | - |
| YUV | 178.08 | 47.26 | 158.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 184 | 35 | 0 | 0.17 | 0.84 | 0.13 | 48.06 | 0.73 | 0.5 |
| Hex | DD | B8 | 23 | 0 | 11 | 54 | D | 30 | 49 | 32 |
| Octal | 335 | 270 | 43 | 0 | 21 | 124 | 15 | 60 | 111 | 62 |
| Binary | 11011101 | 10111000 | 100011 | 0 | 10001 | 1010100 | 1101 | 110000 | 1001001 | 110010 |
Color Harmonies of #DDB823
Complementary color
Monochromatic Colors of #DDB823
Black with #DDB823
Text Example
Text Example
White with #DDB823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB823; }
p { color: rgb(221,184,35); }
H1.HeaderClassName
{
color: #DDB823;
}
.AnyTagClassName
{
color: #DDB823;
}
</style>
background-color css
<style>
a { background-color: #DDB823; }
a { background-color: rgb(221,184,35); }
div.DivClassName
{
background-color: #DDB823;
}
.BgClassName
{
background-color: #DDB823;
}
</style>
border-color css
<style>
span { border-color: #DDB823; }
span { border-color: rgb(221,184,35); }
td.TdClassName
{
border-color: #DDB823;
}
.TagClassName
{
border-color: #DDB823;
}
</style>