Shades of Gold Tips #DDB126
Tints of Gold Tips #DDB126
RGB
CMYK
RGB Variations
Color information
#DDB126 (or 0xDDB126) is known color: Gold Tips. HEX triplet: DD, B1 and 26. RGB value is (221,177,38). Sum of RGB (Red+Green+Blue) = 221+177+38=436 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.69% from 436); Green value is 177 (69.53% from 255 or 40.60% from 436); Blue value is 38 (15.23% from 255 or 8.72% from 436); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB126 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDB126 is #224ED9. Grayscale: #AEAEAE. Windows color (decimal): -2248410 or 2535901. OLE color: 2535901.
HSL color Cylindrical-coordinate representation of color #DDB126: hue angle of 45.57º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DDB126 is Cyan = 0, Magento = 0.20, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 177 | 38 | - |
| CMYK | 0 | 0.20 | 0.83 | 0.13 |
| HSL | 45.57º | 0.73% | 0.51% | - |
| HSV(B) | 45.57º | 0.83% | 0.87% | - |
| XYZ | 45.89 | 46.96 | 8.48 | - |
| YUV | 174.31 | 51.08 | 161.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 177 | 38 | 0 | 0.20 | 0.83 | 0.13 | 45.57 | 0.73 | 0.51 |
| Hex | DD | B1 | 26 | 0 | 14 | 53 | D | 2E | 49 | 33 |
| Octal | 335 | 261 | 46 | 0 | 24 | 123 | 15 | 56 | 111 | 63 |
| Binary | 11011101 | 10110001 | 100110 | 0 | 10100 | 1010011 | 1101 | 101110 | 1001001 | 110011 |
Color Harmonies of #DDB126
Complementary color
Monochromatic Colors of #DDB126
Black with #DDB126
Text Example
Text Example
White with #DDB126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB126; }
p { color: rgb(221,177,38); }
H1.HeaderClassName
{
color: #DDB126;
}
.AnyTagClassName
{
color: #DDB126;
}
</style>
background-color css
<style>
a { background-color: #DDB126; }
a { background-color: rgb(221,177,38); }
div.DivClassName
{
background-color: #DDB126;
}
.BgClassName
{
background-color: #DDB126;
}
</style>
border-color css
<style>
span { border-color: #DDB126; }
span { border-color: rgb(221,177,38); }
td.TdClassName
{
border-color: #DDB126;
}
.TagClassName
{
border-color: #DDB126;
}
</style>