Shades of Gold Tips #DDB628
Tints of Gold Tips #DDB628
RGB
CMYK
RGB Variations
Color information
#DDB628 (or 0xDDB628) is known color: Gold Tips. HEX triplet: DD, B6 and 28. RGB value is (221,182,40). Sum of RGB (Red+Green+Blue) = 221+182+40=443 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.89% from 443); Green value is 182 (71.48% from 255 or 41.08% from 443); Blue value is 40 (16.02% from 255 or 9.03% from 443); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB628 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB628 is #2249D7. Grayscale: #B2B2B2. Windows color (decimal): -2247128 or 2668253. OLE color: 2668253.
HSL color Cylindrical-coordinate representation of color #DDB628: hue angle of 47.07º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DDB628 is Cyan = 0, Magento = 0.18, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 182 | 40 | - |
| CMYK | 0 | 0.18 | 0.82 | 0.13 |
| HSL | 47.07º | 0.73% | 0.51% | - |
| HSV(B) | 47.07º | 0.82% | 0.87% | - |
| XYZ | 46.93 | 48.98 | 8.99 | - |
| YUV | 177.47 | 50.42 | 159.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 182 | 40 | 0 | 0.18 | 0.82 | 0.13 | 47.07 | 0.73 | 0.51 |
| Hex | DD | B6 | 28 | 0 | 12 | 52 | D | 2F | 49 | 33 |
| Octal | 335 | 266 | 50 | 0 | 22 | 122 | 15 | 57 | 111 | 63 |
| Binary | 11011101 | 10110110 | 101000 | 0 | 10010 | 1010010 | 1101 | 101111 | 1001001 | 110011 |
Color Harmonies of #DDB628
Complementary color
Monochromatic Colors of #DDB628
Black with #DDB628
Text Example
Text Example
White with #DDB628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB628; }
p { color: rgb(221,182,40); }
H1.HeaderClassName
{
color: #DDB628;
}
.AnyTagClassName
{
color: #DDB628;
}
</style>
background-color css
<style>
a { background-color: #DDB628; }
a { background-color: rgb(221,182,40); }
div.DivClassName
{
background-color: #DDB628;
}
.BgClassName
{
background-color: #DDB628;
}
</style>
border-color css
<style>
span { border-color: #DDB628; }
span { border-color: rgb(221,182,40); }
td.TdClassName
{
border-color: #DDB628;
}
.TagClassName
{
border-color: #DDB628;
}
</style>