Shades of Gold Tips #DDB531
Tints of Gold Tips #DDB531
RGB
CMYK
RGB Variations
Color information
#DDB531 (or 0xDDB531) is known color: Gold Tips. HEX triplet: DD, B5 and 31. RGB value is (221,181,49). Sum of RGB (Red+Green+Blue) = 221+181+49=451 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.00% from 451); Green value is 181 (71.09% from 255 or 40.13% from 451); Blue value is 49 (19.53% from 255 or 10.86% from 451); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB531 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB531 is #224ACE. Grayscale: #B2B2B2. Windows color (decimal): -2247375 or 3257821. OLE color: 3257821.
HSL color Cylindrical-coordinate representation of color #DDB531: hue angle of 46.05º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DDB531 is Cyan = 0, Magento = 0.18, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 181 | 49 | - |
| CMYK | 0 | 0.18 | 0.78 | 0.13 |
| HSL | 46.05º | 0.72% | 0.53% | - |
| HSV(B) | 46.05º | 0.78% | 0.87% | - |
| XYZ | 46.9 | 48.64 | 9.82 | - |
| YUV | 177.91 | 55.25 | 158.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 181 | 49 | 0 | 0.18 | 0.78 | 0.13 | 46.05 | 0.72 | 0.53 |
| Hex | DD | B5 | 31 | 0 | 12 | 4E | D | 2E | 48 | 35 |
| Octal | 335 | 265 | 61 | 0 | 22 | 116 | 15 | 56 | 110 | 65 |
| Binary | 11011101 | 10110101 | 110001 | 0 | 10010 | 1001110 | 1101 | 101110 | 1001000 | 110101 |
Color Harmonies of #DDB531
Complementary color
Monochromatic Colors of #DDB531
Black with #DDB531
Text Example
Text Example
White with #DDB531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB531; }
p { color: rgb(221,181,49); }
H1.HeaderClassName
{
color: #DDB531;
}
.AnyTagClassName
{
color: #DDB531;
}
</style>
background-color css
<style>
a { background-color: #DDB531; }
a { background-color: rgb(221,181,49); }
div.DivClassName
{
background-color: #DDB531;
}
.BgClassName
{
background-color: #DDB531;
}
</style>
border-color css
<style>
span { border-color: #DDB531; }
span { border-color: rgb(221,181,49); }
td.TdClassName
{
border-color: #DDB531;
}
.TagClassName
{
border-color: #DDB531;
}
</style>