Shades of Gold Tips #DDB724
Tints of Gold Tips #DDB724
RGB
CMYK
RGB Variations
Color information
#DDB724 (or 0xDDB724) is known color: Gold Tips. HEX triplet: DD, B7 and 24. RGB value is (221,183,36). Sum of RGB (Red+Green+Blue) = 221+183+36=440 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.23% from 440); Green value is 183 (71.88% from 255 or 41.59% from 440); Blue value is 36 (14.45% from 255 or 8.18% from 440); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB724 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB724 is #2248DB. Grayscale: #B2B2B2. Windows color (decimal): -2246876 or 2406365. OLE color: 2406365.
HSL color Cylindrical-coordinate representation of color #DDB724: hue angle of 47.68º 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 #DDB724 is Cyan = 0, Magento = 0.17, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 183 | 36 | - |
| CMYK | 0 | 0.17 | 0.84 | 0.13 |
| HSL | 47.68º | 0.73% | 0.5% | - |
| HSV(B) | 47.68º | 0.84% | 0.87% | - |
| XYZ | 47.07 | 49.37 | 8.72 | - |
| YUV | 177.6 | 48.09 | 158.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 183 | 36 | 0 | 0.17 | 0.84 | 0.13 | 47.68 | 0.73 | 0.5 |
| Hex | DD | B7 | 24 | 0 | 11 | 54 | D | 30 | 49 | 32 |
| Octal | 335 | 267 | 44 | 0 | 21 | 124 | 15 | 60 | 111 | 62 |
| Binary | 11011101 | 10110111 | 100100 | 0 | 10001 | 1010100 | 1101 | 110000 | 1001001 | 110010 |
Color Harmonies of #DDB724
Complementary color
Monochromatic Colors of #DDB724
Black with #DDB724
Text Example
Text Example
White with #DDB724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB724; }
p { color: rgb(221,183,36); }
H1.HeaderClassName
{
color: #DDB724;
}
.AnyTagClassName
{
color: #DDB724;
}
</style>
background-color css
<style>
a { background-color: #DDB724; }
a { background-color: rgb(221,183,36); }
div.DivClassName
{
background-color: #DDB724;
}
.BgClassName
{
background-color: #DDB724;
}
</style>
border-color css
<style>
span { border-color: #DDB724; }
span { border-color: rgb(221,183,36); }
td.TdClassName
{
border-color: #DDB724;
}
.TagClassName
{
border-color: #DDB724;
}
</style>