Shades of Gold Tips #DDB82D
Tints of Gold Tips #DDB82D
RGB
CMYK
RGB Variations
Color information
#DDB82D (or 0xDDB82D) is known color: Gold Tips. HEX triplet: DD, B8 and 2D. RGB value is (221,184,45). Sum of RGB (Red+Green+Blue) = 221+184+45=450 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.11% from 450); Green value is 184 (72.27% from 255 or 40.89% from 450); Blue value is 45 (17.97% from 255 or 10% from 450); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB82D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB82D is #2247D2. Grayscale: #B3B3B3. Windows color (decimal): -2246611 or 2996445. OLE color: 2996445.
HSL color Cylindrical-coordinate representation of color #DDB82D: hue angle of 47.39º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DDB82D is Cyan = 0, Magento = 0.17, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 184 | 45 | - |
| CMYK | 0 | 0.17 | 0.80 | 0.13 |
| HSL | 47.39º | 0.72% | 0.52% | - |
| HSV(B) | 47.39º | 0.8% | 0.87% | - |
| XYZ | 47.43 | 49.84 | 9.6 | - |
| YUV | 179.22 | 52.26 | 157.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 184 | 45 | 0 | 0.17 | 0.80 | 0.13 | 47.39 | 0.72 | 0.52 |
| Hex | DD | B8 | 2D | 0 | 11 | 50 | D | 2F | 48 | 34 |
| Octal | 335 | 270 | 55 | 0 | 21 | 120 | 15 | 57 | 110 | 64 |
| Binary | 11011101 | 10111000 | 101101 | 0 | 10001 | 1010000 | 1101 | 101111 | 1001000 | 110100 |
Color Harmonies of #DDB82D
Complementary color
Monochromatic Colors of #DDB82D
Black with #DDB82D
Text Example
Text Example
White with #DDB82D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB82D; }
p { color: rgb(221,184,45); }
H1.HeaderClassName
{
color: #DDB82D;
}
.AnyTagClassName
{
color: #DDB82D;
}
</style>
background-color css
<style>
a { background-color: #DDB82D; }
a { background-color: rgb(221,184,45); }
div.DivClassName
{
background-color: #DDB82D;
}
.BgClassName
{
background-color: #DDB82D;
}
</style>
border-color css
<style>
span { border-color: #DDB82D; }
span { border-color: rgb(221,184,45); }
td.TdClassName
{
border-color: #DDB82D;
}
.TagClassName
{
border-color: #DDB82D;
}
</style>