Shades of Gold Tips #DDB931
Tints of Gold Tips #DDB931
RGB
CMYK
RGB Variations
Color information
#DDB931 (or 0xDDB931) is known color: Gold Tips. HEX triplet: DD, B9 and 31. RGB value is (221,185,49). Sum of RGB (Red+Green+Blue) = 221+185+49=455 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.57% from 455); Green value is 185 (72.66% from 255 or 40.66% from 455); Blue value is 49 (19.53% from 255 or 10.77% from 455); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB931 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB931 is #2246CE. Grayscale: #B4B4B4. Windows color (decimal): -2246351 or 3258845. OLE color: 3258845.
HSL color Cylindrical-coordinate representation of color #DDB931: hue angle of 47.44º 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 #DDB931 is Cyan = 0, Magento = 0.16, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 185 | 49 | - |
| CMYK | 0 | 0.16 | 0.78 | 0.13 |
| HSL | 47.44º | 0.72% | 0.53% | - |
| HSV(B) | 47.44º | 0.78% | 0.87% | - |
| XYZ | 47.72 | 50.29 | 10.1 | - |
| YUV | 180.26 | 53.93 | 157.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 185 | 49 | 0 | 0.16 | 0.78 | 0.13 | 47.44 | 0.72 | 0.53 |
| Hex | DD | B9 | 31 | 0 | 10 | 4E | D | 2F | 48 | 35 |
| Octal | 335 | 271 | 61 | 0 | 20 | 116 | 15 | 57 | 110 | 65 |
| Binary | 11011101 | 10111001 | 110001 | 0 | 10000 | 1001110 | 1101 | 101111 | 1001000 | 110101 |
Color Harmonies of #DDB931
Complementary color
Monochromatic Colors of #DDB931
Black with #DDB931
Text Example
Text Example
White with #DDB931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB931; }
p { color: rgb(221,185,49); }
H1.HeaderClassName
{
color: #DDB931;
}
.AnyTagClassName
{
color: #DDB931;
}
</style>
background-color css
<style>
a { background-color: #DDB931; }
a { background-color: rgb(221,185,49); }
div.DivClassName
{
background-color: #DDB931;
}
.BgClassName
{
background-color: #DDB931;
}
</style>
border-color css
<style>
span { border-color: #DDB931; }
span { border-color: rgb(221,185,49); }
td.TdClassName
{
border-color: #DDB931;
}
.TagClassName
{
border-color: #DDB931;
}
</style>