Shades of Gold Tips #DDB731
Tints of Gold Tips #DDB731
RGB
CMYK
RGB Variations
Color information
#DDB731 (or 0xDDB731) is known color: Gold Tips. HEX triplet: DD, B7 and 31. RGB value is (221,183,49). Sum of RGB (Red+Green+Blue) = 221+183+49=453 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.79% from 453); Green value is 183 (71.88% from 255 or 40.40% from 453); Blue value is 49 (19.53% from 255 or 10.82% from 453); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB731 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB731 is #2248CE. Grayscale: #B3B3B3. Windows color (decimal): -2246863 or 3258333. OLE color: 3258333.
HSL color Cylindrical-coordinate representation of color #DDB731: hue angle of 46.74º 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 #DDB731 is Cyan = 0, Magento = 0.17, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 183 | 49 | - |
| CMYK | 0 | 0.17 | 0.78 | 0.13 |
| HSL | 46.74º | 0.72% | 0.53% | - |
| HSV(B) | 46.74º | 0.78% | 0.87% | - |
| XYZ | 47.31 | 49.46 | 9.96 | - |
| YUV | 179.09 | 54.59 | 157.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 183 | 49 | 0 | 0.17 | 0.78 | 0.13 | 46.74 | 0.72 | 0.53 |
| Hex | DD | B7 | 31 | 0 | 11 | 4E | D | 2F | 48 | 35 |
| Octal | 335 | 267 | 61 | 0 | 21 | 116 | 15 | 57 | 110 | 65 |
| Binary | 11011101 | 10110111 | 110001 | 0 | 10001 | 1001110 | 1101 | 101111 | 1001000 | 110101 |
Color Harmonies of #DDB731
Complementary color
Monochromatic Colors of #DDB731
Black with #DDB731
Text Example
Text Example
White with #DDB731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB731; }
p { color: rgb(221,183,49); }
H1.HeaderClassName
{
color: #DDB731;
}
.AnyTagClassName
{
color: #DDB731;
}
</style>
background-color css
<style>
a { background-color: #DDB731; }
a { background-color: rgb(221,183,49); }
div.DivClassName
{
background-color: #DDB731;
}
.BgClassName
{
background-color: #DDB731;
}
</style>
border-color css
<style>
span { border-color: #DDB731; }
span { border-color: rgb(221,183,49); }
td.TdClassName
{
border-color: #DDB731;
}
.TagClassName
{
border-color: #DDB731;
}
</style>