Shades of Gold Tips #DDB118
Tints of Gold Tips #DDB118
RGB
CMYK
RGB Variations
Color information
#DDB118 (or 0xDDB118) is known color: Gold Tips. HEX triplet: DD, B1 and 18. RGB value is (221,177,24). Sum of RGB (Red+Green+Blue) = 221+177+24=422 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.37% from 422); Green value is 177 (69.53% from 255 or 41.94% from 422); Blue value is 24 (9.77% from 255 or 5.69% from 422); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB118 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDB118 is #224EE7. Grayscale: #ADADAD. Windows color (decimal): -2248424 or 1618397. OLE color: 1618397.
HSL color Cylindrical-coordinate representation of color #DDB118: hue angle of 46.6º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DDB118 is Cyan = 0, Magento = 0.20, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 177 | 24 | - |
| CMYK | 0 | 0.20 | 0.89 | 0.13 |
| HSL | 46.6º | 0.8% | 0.48% | - |
| HSV(B) | 46.6º | 0.89% | 0.87% | - |
| XYZ | 45.71 | 46.88 | 7.5 | - |
| YUV | 172.71 | 44.08 | 162.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 177 | 24 | 0 | 0.20 | 0.89 | 0.13 | 46.6 | 0.8 | 0.48 |
| Hex | DD | B1 | 18 | 0 | 14 | 59 | D | 2F | 50 | 30 |
| Octal | 335 | 261 | 30 | 0 | 24 | 131 | 15 | 57 | 120 | 60 |
| Binary | 11011101 | 10110001 | 11000 | 0 | 10100 | 1011001 | 1101 | 101111 | 1010000 | 110000 |
Color Harmonies of #DDB118
Complementary color
Monochromatic Colors of #DDB118
Black with #DDB118
Text Example
Text Example
White with #DDB118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB118; }
p { color: rgb(221,177,24); }
H1.HeaderClassName
{
color: #DDB118;
}
.AnyTagClassName
{
color: #DDB118;
}
</style>
background-color css
<style>
a { background-color: #DDB118; }
a { background-color: rgb(221,177,24); }
div.DivClassName
{
background-color: #DDB118;
}
.BgClassName
{
background-color: #DDB118;
}
</style>
border-color css
<style>
span { border-color: #DDB118; }
span { border-color: rgb(221,177,24); }
td.TdClassName
{
border-color: #DDB118;
}
.TagClassName
{
border-color: #DDB118;
}
</style>