Shades of Gold Tips #DDB72F
Tints of Gold Tips #DDB72F
RGB
CMYK
RGB Variations
Color information
#DDB72F (or 0xDDB72F) is known color: Gold Tips. HEX triplet: DD, B7 and 2F. RGB value is (221,183,47). Sum of RGB (Red+Green+Blue) = 221+183+47=451 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.00% from 451); Green value is 183 (71.88% from 255 or 40.58% from 451); Blue value is 47 (18.75% from 255 or 10.42% from 451); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB72F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB72F is #2248D0. Grayscale: #B3B3B3. Windows color (decimal): -2246865 or 3127261. OLE color: 3127261.
HSL color Cylindrical-coordinate representation of color #DDB72F: hue angle of 46.9º 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 #DDB72F is Cyan = 0, Magento = 0.17, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 183 | 47 | - |
| CMYK | 0 | 0.17 | 0.79 | 0.13 |
| HSL | 46.9º | 0.72% | 0.53% | - |
| HSV(B) | 46.9º | 0.79% | 0.87% | - |
| XYZ | 47.27 | 49.44 | 9.74 | - |
| YUV | 178.86 | 53.59 | 158.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 183 | 47 | 0 | 0.17 | 0.79 | 0.13 | 46.9 | 0.72 | 0.53 |
| Hex | DD | B7 | 2F | 0 | 11 | 4F | D | 2F | 48 | 35 |
| Octal | 335 | 267 | 57 | 0 | 21 | 117 | 15 | 57 | 110 | 65 |
| Binary | 11011101 | 10110111 | 101111 | 0 | 10001 | 1001111 | 1101 | 101111 | 1001000 | 110101 |
Color Harmonies of #DDB72F
Complementary color
Monochromatic Colors of #DDB72F
Black with #DDB72F
Text Example
Text Example
White with #DDB72F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB72F; }
p { color: rgb(221,183,47); }
H1.HeaderClassName
{
color: #DDB72F;
}
.AnyTagClassName
{
color: #DDB72F;
}
</style>
background-color css
<style>
a { background-color: #DDB72F; }
a { background-color: rgb(221,183,47); }
div.DivClassName
{
background-color: #DDB72F;
}
.BgClassName
{
background-color: #DDB72F;
}
</style>
border-color css
<style>
span { border-color: #DDB72F; }
span { border-color: rgb(221,183,47); }
td.TdClassName
{
border-color: #DDB72F;
}
.TagClassName
{
border-color: #DDB72F;
}
</style>