Shades of Gold Tips #DDB82F
Tints of Gold Tips #DDB82F
RGB
CMYK
RGB Variations
Color information
#DDB82F (or 0xDDB82F) is known color: Gold Tips. HEX triplet: DD, B8 and 2F. RGB value is (221,184,47). Sum of RGB (Red+Green+Blue) = 221+184+47=452 (59% of max value = 765). Red value is 221 (86.72% from 255 or 48.89% from 452); Green value is 184 (72.27% from 255 or 40.71% from 452); Blue value is 47 (18.75% from 255 or 10.40% from 452); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB82F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB82F is #2247D0. Grayscale: #B4B4B4. Windows color (decimal): -2246609 or 3127517. OLE color: 3127517.
HSL color Cylindrical-coordinate representation of color #DDB82F: hue angle of 47.24º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DDB82F is Cyan = 0, Magento = 0.17, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 184 | 47 | - |
| CMYK | 0 | 0.17 | 0.79 | 0.13 |
| HSL | 47.24º | 0.72% | 0.53% | - |
| HSV(B) | 47.24º | 0.79% | 0.87% | - |
| XYZ | 47.47 | 49.86 | 9.81 | - |
| YUV | 179.45 | 53.26 | 157.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 184 | 47 | 0 | 0.17 | 0.79 | 0.13 | 47.24 | 0.72 | 0.53 |
| Hex | DD | B8 | 2F | 0 | 11 | 4F | D | 2F | 48 | 35 |
| Octal | 335 | 270 | 57 | 0 | 21 | 117 | 15 | 57 | 110 | 65 |
| Binary | 11011101 | 10111000 | 101111 | 0 | 10001 | 1001111 | 1101 | 101111 | 1001000 | 110101 |
Color Harmonies of #DDB82F
Complementary color
Monochromatic Colors of #DDB82F
Black with #DDB82F
Text Example
Text Example
White with #DDB82F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB82F; }
p { color: rgb(221,184,47); }
H1.HeaderClassName
{
color: #DDB82F;
}
.AnyTagClassName
{
color: #DDB82F;
}
</style>
background-color css
<style>
a { background-color: #DDB82F; }
a { background-color: rgb(221,184,47); }
div.DivClassName
{
background-color: #DDB82F;
}
.BgClassName
{
background-color: #DDB82F;
}
</style>
border-color css
<style>
span { border-color: #DDB82F; }
span { border-color: rgb(221,184,47); }
td.TdClassName
{
border-color: #DDB82F;
}
.TagClassName
{
border-color: #DDB82F;
}
</style>