Shades of Gold Tips #DDB331
Tints of Gold Tips #DDB331
RGB
CMYK
RGB Variations
Color information
#DDB331 (or 0xDDB331) is known color: Gold Tips. HEX triplet: DD, B3 and 31. RGB value is (221,179,49). Sum of RGB (Red+Green+Blue) = 221+179+49=449 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.22% from 449); Green value is 179 (70.31% from 255 or 39.87% from 449); Blue value is 49 (19.53% from 255 or 10.91% from 449); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB331 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB331 is #224CCE. Grayscale: #B1B1B1. Windows color (decimal): -2247887 or 3257309. OLE color: 3257309.
HSL color Cylindrical-coordinate representation of color #DDB331: hue angle of 45.35º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DDB331 is Cyan = 0, Magento = 0.19, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 179 | 49 | - |
| CMYK | 0 | 0.19 | 0.78 | 0.13 |
| HSL | 45.35º | 0.72% | 0.53% | - |
| HSV(B) | 45.35º | 0.78% | 0.87% | - |
| XYZ | 46.49 | 47.83 | 9.69 | - |
| YUV | 176.74 | 55.91 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 179 | 49 | 0 | 0.19 | 0.78 | 0.13 | 45.35 | 0.72 | 0.53 |
| Hex | DD | B3 | 31 | 0 | 13 | 4E | D | 2D | 48 | 35 |
| Octal | 335 | 263 | 61 | 0 | 23 | 116 | 15 | 55 | 110 | 65 |
| Binary | 11011101 | 10110011 | 110001 | 0 | 10011 | 1001110 | 1101 | 101101 | 1001000 | 110101 |
Color Harmonies of #DDB331
Complementary color
Monochromatic Colors of #DDB331
Black with #DDB331
Text Example
Text Example
White with #DDB331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB331; }
p { color: rgb(221,179,49); }
H1.HeaderClassName
{
color: #DDB331;
}
.AnyTagClassName
{
color: #DDB331;
}
</style>
background-color css
<style>
a { background-color: #DDB331; }
a { background-color: rgb(221,179,49); }
div.DivClassName
{
background-color: #DDB331;
}
.BgClassName
{
background-color: #DDB331;
}
</style>
border-color css
<style>
span { border-color: #DDB331; }
span { border-color: rgb(221,179,49); }
td.TdClassName
{
border-color: #DDB331;
}
.TagClassName
{
border-color: #DDB331;
}
</style>