Shades of Gold Tips #DDB328
Tints of Gold Tips #DDB328
RGB
CMYK
RGB Variations
Color information
#DDB328 (or 0xDDB328) is known color: Gold Tips. HEX triplet: DD, B3 and 28. RGB value is (221,179,40). Sum of RGB (Red+Green+Blue) = 221+179+40=440 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.23% from 440); Green value is 179 (70.31% from 255 or 40.68% from 440); Blue value is 40 (16.02% from 255 or 9.09% from 440); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB328 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB328 is #224CD7. Grayscale: #B0B0B0. Windows color (decimal): -2247896 or 2667485. OLE color: 2667485.
HSL color Cylindrical-coordinate representation of color #DDB328: hue angle of 46.08º 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 #DDB328 is Cyan = 0, Magento = 0.19, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 179 | 40 | - |
| CMYK | 0 | 0.19 | 0.82 | 0.13 |
| HSL | 46.08º | 0.73% | 0.51% | - |
| HSV(B) | 46.08º | 0.82% | 0.87% | - |
| XYZ | 46.32 | 47.77 | 8.79 | - |
| YUV | 175.71 | 51.41 | 160.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 179 | 40 | 0 | 0.19 | 0.82 | 0.13 | 46.08 | 0.73 | 0.51 |
| Hex | DD | B3 | 28 | 0 | 13 | 52 | D | 2E | 49 | 33 |
| Octal | 335 | 263 | 50 | 0 | 23 | 122 | 15 | 56 | 111 | 63 |
| Binary | 11011101 | 10110011 | 101000 | 0 | 10011 | 1010010 | 1101 | 101110 | 1001001 | 110011 |
Color Harmonies of #DDB328
Complementary color
Monochromatic Colors of #DDB328
Black with #DDB328
Text Example
Text Example
White with #DDB328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB328; }
p { color: rgb(221,179,40); }
H1.HeaderClassName
{
color: #DDB328;
}
.AnyTagClassName
{
color: #DDB328;
}
</style>
background-color css
<style>
a { background-color: #DDB328; }
a { background-color: rgb(221,179,40); }
div.DivClassName
{
background-color: #DDB328;
}
.BgClassName
{
background-color: #DDB328;
}
</style>
border-color css
<style>
span { border-color: #DDB328; }
span { border-color: rgb(221,179,40); }
td.TdClassName
{
border-color: #DDB328;
}
.TagClassName
{
border-color: #DDB328;
}
</style>