Shades of Gold Tips #DDB124
Tints of Gold Tips #DDB124
RGB
CMYK
RGB Variations
Color information
#DDB124 (or 0xDDB124) is known color: Gold Tips. HEX triplet: DD, B1 and 24. RGB value is (221,177,36). Sum of RGB (Red+Green+Blue) = 221+177+36=434 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.92% from 434); Green value is 177 (69.53% from 255 or 40.78% from 434); Blue value is 36 (14.45% from 255 or 8.29% from 434); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB124 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDB124 is #224EDB. Grayscale: #AEAEAE. Windows color (decimal): -2248412 or 2404829. OLE color: 2404829.
HSL color Cylindrical-coordinate representation of color #DDB124: hue angle of 45.73º 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 #DDB124 is Cyan = 0, Magento = 0.20, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 177 | 36 | - |
| CMYK | 0 | 0.20 | 0.84 | 0.13 |
| HSL | 45.73º | 0.73% | 0.5% | - |
| HSV(B) | 45.73º | 0.84% | 0.87% | - |
| XYZ | 45.86 | 46.94 | 8.31 | - |
| YUV | 174.08 | 50.08 | 161.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 177 | 36 | 0 | 0.20 | 0.84 | 0.13 | 45.73 | 0.73 | 0.5 |
| Hex | DD | B1 | 24 | 0 | 14 | 54 | D | 2E | 49 | 32 |
| Octal | 335 | 261 | 44 | 0 | 24 | 124 | 15 | 56 | 111 | 62 |
| Binary | 11011101 | 10110001 | 100100 | 0 | 10100 | 1010100 | 1101 | 101110 | 1001001 | 110010 |
Color Harmonies of #DDB124
Complementary color
Monochromatic Colors of #DDB124
Black with #DDB124
Text Example
Text Example
White with #DDB124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB124; }
p { color: rgb(221,177,36); }
H1.HeaderClassName
{
color: #DDB124;
}
.AnyTagClassName
{
color: #DDB124;
}
</style>
background-color css
<style>
a { background-color: #DDB124; }
a { background-color: rgb(221,177,36); }
div.DivClassName
{
background-color: #DDB124;
}
.BgClassName
{
background-color: #DDB124;
}
</style>
border-color css
<style>
span { border-color: #DDB124; }
span { border-color: rgb(221,177,36); }
td.TdClassName
{
border-color: #DDB124;
}
.TagClassName
{
border-color: #DDB124;
}
</style>