Shades of Gold Tips #DDB824
Tints of Gold Tips #DDB824
RGB
CMYK
RGB Variations
Color information
#DDB824 (or 0xDDB824) is known color: Gold Tips. HEX triplet: DD, B8 and 24. RGB value is (221,184,36). Sum of RGB (Red+Green+Blue) = 221+184+36=441 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.11% from 441); Green value is 184 (72.27% from 255 or 41.72% from 441); Blue value is 36 (14.45% from 255 or 8.16% from 441); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB824 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB824 is #2247DB. Grayscale: #B2B2B2. Windows color (decimal): -2246620 or 2406621. OLE color: 2406621.
HSL color Cylindrical-coordinate representation of color #DDB824: hue angle of 48º 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 #DDB824 is Cyan = 0, Magento = 0.17, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 184 | 36 | - |
| CMYK | 0 | 0.17 | 0.84 | 0.13 |
| HSL | 48º | 0.73% | 0.5% | - |
| HSV(B) | 48º | 0.84% | 0.87% | - |
| XYZ | 47.28 | 49.78 | 8.79 | - |
| YUV | 178.19 | 47.76 | 158.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 184 | 36 | 0 | 0.17 | 0.84 | 0.13 | 48 | 0.73 | 0.5 |
| Hex | DD | B8 | 24 | 0 | 11 | 54 | D | 30 | 49 | 32 |
| Octal | 335 | 270 | 44 | 0 | 21 | 124 | 15 | 60 | 111 | 62 |
| Binary | 11011101 | 10111000 | 100100 | 0 | 10001 | 1010100 | 1101 | 110000 | 1001001 | 110010 |
Color Harmonies of #DDB824
Complementary color
Monochromatic Colors of #DDB824
Black with #DDB824
Text Example
Text Example
White with #DDB824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB824; }
p { color: rgb(221,184,36); }
H1.HeaderClassName
{
color: #DDB824;
}
.AnyTagClassName
{
color: #DDB824;
}
</style>
background-color css
<style>
a { background-color: #DDB824; }
a { background-color: rgb(221,184,36); }
div.DivClassName
{
background-color: #DDB824;
}
.BgClassName
{
background-color: #DDB824;
}
</style>
border-color css
<style>
span { border-color: #DDB824; }
span { border-color: rgb(221,184,36); }
td.TdClassName
{
border-color: #DDB824;
}
.TagClassName
{
border-color: #DDB824;
}
</style>