Shades of Gold Tips #DDB82A
Tints of Gold Tips #DDB82A
RGB
CMYK
RGB Variations
Color information
#DDB82A (or 0xDDB82A) is known color: Gold Tips. HEX triplet: DD, B8 and 2A. RGB value is (221,184,42). Sum of RGB (Red+Green+Blue) = 221+184+42=447 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.44% from 447); Green value is 184 (72.27% from 255 or 41.16% from 447); Blue value is 42 (16.80% from 255 or 9.40% from 447); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB82A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB82A is #2247D5. Grayscale: #B3B3B3. Windows color (decimal): -2246614 or 2799837. OLE color: 2799837.
HSL color Cylindrical-coordinate representation of color #DDB82A: hue angle of 47.6º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DDB82A is Cyan = 0, Magento = 0.17, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 184 | 42 | - |
| CMYK | 0 | 0.17 | 0.81 | 0.13 |
| HSL | 47.6º | 0.72% | 0.52% | - |
| HSV(B) | 47.6º | 0.81% | 0.87% | - |
| XYZ | 47.38 | 49.82 | 9.31 | - |
| YUV | 178.88 | 50.76 | 158.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 184 | 42 | 0 | 0.17 | 0.81 | 0.13 | 47.6 | 0.72 | 0.52 |
| Hex | DD | B8 | 2A | 0 | 11 | 51 | D | 30 | 48 | 34 |
| Octal | 335 | 270 | 52 | 0 | 21 | 121 | 15 | 60 | 110 | 64 |
| Binary | 11011101 | 10111000 | 101010 | 0 | 10001 | 1010001 | 1101 | 110000 | 1001000 | 110100 |
Color Harmonies of #DDB82A
Complementary color
Monochromatic Colors of #DDB82A
Black with #DDB82A
Text Example
Text Example
White with #DDB82A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB82A; }
p { color: rgb(221,184,42); }
H1.HeaderClassName
{
color: #DDB82A;
}
.AnyTagClassName
{
color: #DDB82A;
}
</style>
background-color css
<style>
a { background-color: #DDB82A; }
a { background-color: rgb(221,184,42); }
div.DivClassName
{
background-color: #DDB82A;
}
.BgClassName
{
background-color: #DDB82A;
}
</style>
border-color css
<style>
span { border-color: #DDB82A; }
span { border-color: rgb(221,184,42); }
td.TdClassName
{
border-color: #DDB82A;
}
.TagClassName
{
border-color: #DDB82A;
}
</style>