Shades of Gold Tips #DDB62F
Tints of Gold Tips #DDB62F
RGB
CMYK
RGB Variations
Color information
#DDB62F (or 0xDDB62F) is known color: Gold Tips. HEX triplet: DD, B6 and 2F. RGB value is (221,182,47). Sum of RGB (Red+Green+Blue) = 221+182+47=450 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.11% from 450); Green value is 182 (71.48% from 255 or 40.44% from 450); Blue value is 47 (18.75% from 255 or 10.44% from 450); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB62F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB62F is #2249D0. Grayscale: #B2B2B2. Windows color (decimal): -2247121 or 3127005. OLE color: 3127005.
HSL color Cylindrical-coordinate representation of color #DDB62F: hue angle of 46.55º 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 #DDB62F is Cyan = 0, Magento = 0.18, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 182 | 47 | - |
| CMYK | 0 | 0.18 | 0.79 | 0.13 |
| HSL | 46.55º | 0.72% | 0.53% | - |
| HSV(B) | 46.55º | 0.79% | 0.87% | - |
| XYZ | 47.06 | 49.03 | 9.67 | - |
| YUV | 178.27 | 53.92 | 158.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 182 | 47 | 0 | 0.18 | 0.79 | 0.13 | 46.55 | 0.72 | 0.53 |
| Hex | DD | B6 | 2F | 0 | 12 | 4F | D | 2F | 48 | 35 |
| Octal | 335 | 266 | 57 | 0 | 22 | 117 | 15 | 57 | 110 | 65 |
| Binary | 11011101 | 10110110 | 101111 | 0 | 10010 | 1001111 | 1101 | 101111 | 1001000 | 110101 |
Color Harmonies of #DDB62F
Complementary color
Monochromatic Colors of #DDB62F
Black with #DDB62F
Text Example
Text Example
White with #DDB62F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB62F; }
p { color: rgb(221,182,47); }
H1.HeaderClassName
{
color: #DDB62F;
}
.AnyTagClassName
{
color: #DDB62F;
}
</style>
background-color css
<style>
a { background-color: #DDB62F; }
a { background-color: rgb(221,182,47); }
div.DivClassName
{
background-color: #DDB62F;
}
.BgClassName
{
background-color: #DDB62F;
}
</style>
border-color css
<style>
span { border-color: #DDB62F; }
span { border-color: rgb(221,182,47); }
td.TdClassName
{
border-color: #DDB62F;
}
.TagClassName
{
border-color: #DDB62F;
}
</style>