Shades of Gold Tips #DDB52B
Tints of Gold Tips #DDB52B
RGB
CMYK
RGB Variations
Color information
#DDB52B (or 0xDDB52B) is known color: Gold Tips. HEX triplet: DD, B5 and 2B. RGB value is (221,181,43). Sum of RGB (Red+Green+Blue) = 221+181+43=445 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.66% from 445); Green value is 181 (71.09% from 255 or 40.67% from 445); Blue value is 43 (17.19% from 255 or 9.66% from 445); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB52B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB52B is #224AD4. Grayscale: #B1B1B1. Windows color (decimal): -2247381 or 2864605. OLE color: 2864605.
HSL color Cylindrical-coordinate representation of color #DDB52B: hue angle of 46.52º 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 #DDB52B is Cyan = 0, Magento = 0.18, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 181 | 43 | - |
| CMYK | 0 | 0.18 | 0.81 | 0.13 |
| HSL | 46.52º | 0.72% | 0.52% | - |
| HSV(B) | 46.52º | 0.81% | 0.87% | - |
| XYZ | 46.78 | 48.59 | 9.2 | - |
| YUV | 177.23 | 52.25 | 159.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 181 | 43 | 0 | 0.18 | 0.81 | 0.13 | 46.52 | 0.72 | 0.52 |
| Hex | DD | B5 | 2B | 0 | 12 | 51 | D | 2F | 48 | 34 |
| Octal | 335 | 265 | 53 | 0 | 22 | 121 | 15 | 57 | 110 | 64 |
| Binary | 11011101 | 10110101 | 101011 | 0 | 10010 | 1010001 | 1101 | 101111 | 1001000 | 110100 |
Color Harmonies of #DDB52B
Complementary color
Monochromatic Colors of #DDB52B
Black with #DDB52B
Text Example
Text Example
White with #DDB52B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB52B; }
p { color: rgb(221,181,43); }
H1.HeaderClassName
{
color: #DDB52B;
}
.AnyTagClassName
{
color: #DDB52B;
}
</style>
background-color css
<style>
a { background-color: #DDB52B; }
a { background-color: rgb(221,181,43); }
div.DivClassName
{
background-color: #DDB52B;
}
.BgClassName
{
background-color: #DDB52B;
}
</style>
border-color css
<style>
span { border-color: #DDB52B; }
span { border-color: rgb(221,181,43); }
td.TdClassName
{
border-color: #DDB52B;
}
.TagClassName
{
border-color: #DDB52B;
}
</style>