Shades of Gold Tips #DDB62E
Tints of Gold Tips #DDB62E
RGB
CMYK
RGB Variations
Color information
#DDB62E (or 0xDDB62E) is known color: Gold Tips. HEX triplet: DD, B6 and 2E. RGB value is (221,182,46). Sum of RGB (Red+Green+Blue) = 221+182+46=449 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.22% from 449); Green value is 182 (71.48% from 255 or 40.53% from 449); Blue value is 46 (18.36% from 255 or 10.24% from 449); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB62E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB62E is #2249D1. Grayscale: #B2B2B2. Windows color (decimal): -2247122 or 3061469. OLE color: 3061469.
HSL color Cylindrical-coordinate representation of color #DDB62E: hue angle of 46.63º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DDB62E is Cyan = 0, Magento = 0.18, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 182 | 46 | - |
| CMYK | 0 | 0.18 | 0.79 | 0.13 |
| HSL | 46.63º | 0.72% | 0.52% | - |
| HSV(B) | 46.63º | 0.79% | 0.87% | - |
| XYZ | 47.04 | 49.03 | 9.57 | - |
| YUV | 178.16 | 53.42 | 158.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 182 | 46 | 0 | 0.18 | 0.79 | 0.13 | 46.63 | 0.72 | 0.52 |
| Hex | DD | B6 | 2E | 0 | 12 | 4F | D | 2F | 48 | 34 |
| Octal | 335 | 266 | 56 | 0 | 22 | 117 | 15 | 57 | 110 | 64 |
| Binary | 11011101 | 10110110 | 101110 | 0 | 10010 | 1001111 | 1101 | 101111 | 1001000 | 110100 |
Color Harmonies of #DDB62E
Complementary color
Monochromatic Colors of #DDB62E
Black with #DDB62E
Text Example
Text Example
White with #DDB62E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB62E; }
p { color: rgb(221,182,46); }
H1.HeaderClassName
{
color: #DDB62E;
}
.AnyTagClassName
{
color: #DDB62E;
}
</style>
background-color css
<style>
a { background-color: #DDB62E; }
a { background-color: rgb(221,182,46); }
div.DivClassName
{
background-color: #DDB62E;
}
.BgClassName
{
background-color: #DDB62E;
}
</style>
border-color css
<style>
span { border-color: #DDB62E; }
span { border-color: rgb(221,182,46); }
td.TdClassName
{
border-color: #DDB62E;
}
.TagClassName
{
border-color: #DDB62E;
}
</style>