Shades of Gold Tips #DDB928
Tints of Gold Tips #DDB928
RGB
CMYK
RGB Variations
Color information
#DDB928 (or 0xDDB928) is known color: Gold Tips. HEX triplet: DD, B9 and 28. RGB value is (221,185,40). Sum of RGB (Red+Green+Blue) = 221+185+40=446 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.55% from 446); Green value is 185 (72.66% from 255 or 41.48% from 446); Blue value is 40 (16.02% from 255 or 8.97% from 446); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB928 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB928 is #2246D7. Grayscale: #B3B3B3. Windows color (decimal): -2246360 or 2669021. OLE color: 2669021.
HSL color Cylindrical-coordinate representation of color #DDB928: hue angle of 48.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 #DDB928 is Cyan = 0, Magento = 0.16, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 185 | 40 | - |
| CMYK | 0 | 0.16 | 0.82 | 0.13 |
| HSL | 48.07º | 0.73% | 0.51% | - |
| HSV(B) | 48.07º | 0.82% | 0.87% | - |
| XYZ | 47.55 | 50.22 | 9.2 | - |
| YUV | 179.23 | 49.43 | 157.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 185 | 40 | 0 | 0.16 | 0.82 | 0.13 | 48.07 | 0.73 | 0.51 |
| Hex | DD | B9 | 28 | 0 | 10 | 52 | D | 30 | 49 | 33 |
| Octal | 335 | 271 | 50 | 0 | 20 | 122 | 15 | 60 | 111 | 63 |
| Binary | 11011101 | 10111001 | 101000 | 0 | 10000 | 1010010 | 1101 | 110000 | 1001001 | 110011 |
Color Harmonies of #DDB928
Complementary color
Monochromatic Colors of #DDB928
Black with #DDB928
Text Example
Text Example
White with #DDB928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB928; }
p { color: rgb(221,185,40); }
H1.HeaderClassName
{
color: #DDB928;
}
.AnyTagClassName
{
color: #DDB928;
}
</style>
background-color css
<style>
a { background-color: #DDB928; }
a { background-color: rgb(221,185,40); }
div.DivClassName
{
background-color: #DDB928;
}
.BgClassName
{
background-color: #DDB928;
}
</style>
border-color css
<style>
span { border-color: #DDB928; }
span { border-color: rgb(221,185,40); }
td.TdClassName
{
border-color: #DDB928;
}
.TagClassName
{
border-color: #DDB928;
}
</style>