Shades of Gold Tips #DDB932
Tints of Gold Tips #DDB932
RGB
CMYK
RGB Variations
Color information
#DDB932 (or 0xDDB932) is known color: Gold Tips. HEX triplet: DD, B9 and 32. RGB value is (221,185,50). Sum of RGB (Red+Green+Blue) = 221+185+50=456 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.46% from 456); Green value is 185 (72.66% from 255 or 40.57% from 456); Blue value is 50 (19.92% from 255 or 10.96% from 456); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB932 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB932 is #2246CD. Grayscale: #B4B4B4. Windows color (decimal): -2246350 or 3324381. OLE color: 3324381.
HSL color Cylindrical-coordinate representation of color #DDB932: hue angle of 47.37º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DDB932 is Cyan = 0, Magento = 0.16, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 185 | 50 | - |
| CMYK | 0 | 0.16 | 0.77 | 0.13 |
| HSL | 47.37º | 0.72% | 0.53% | - |
| HSV(B) | 47.37º | 0.77% | 0.87% | - |
| XYZ | 47.74 | 50.3 | 10.21 | - |
| YUV | 180.37 | 54.43 | 156.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 185 | 50 | 0 | 0.16 | 0.77 | 0.13 | 47.37 | 0.72 | 0.53 |
| Hex | DD | B9 | 32 | 0 | 10 | 4D | D | 2F | 48 | 35 |
| Octal | 335 | 271 | 62 | 0 | 20 | 115 | 15 | 57 | 110 | 65 |
| Binary | 11011101 | 10111001 | 110010 | 0 | 10000 | 1001101 | 1101 | 101111 | 1001000 | 110101 |
Color Harmonies of #DDB932
Complementary color
Monochromatic Colors of #DDB932
Black with #DDB932
Text Example
Text Example
White with #DDB932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB932; }
p { color: rgb(221,185,50); }
H1.HeaderClassName
{
color: #DDB932;
}
.AnyTagClassName
{
color: #DDB932;
}
</style>
background-color css
<style>
a { background-color: #DDB932; }
a { background-color: rgb(221,185,50); }
div.DivClassName
{
background-color: #DDB932;
}
.BgClassName
{
background-color: #DDB932;
}
</style>
border-color css
<style>
span { border-color: #DDB932; }
span { border-color: rgb(221,185,50); }
td.TdClassName
{
border-color: #DDB932;
}
.TagClassName
{
border-color: #DDB932;
}
</style>