Shades of Gold Tips #DDB828
Tints of Gold Tips #DDB828
RGB
CMYK
RGB Variations
Color information
#DDB828 (or 0xDDB828) is known color: Gold Tips. HEX triplet: DD, B8 and 28. RGB value is (221,184,40). Sum of RGB (Red+Green+Blue) = 221+184+40=445 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.66% from 445); Green value is 184 (72.27% from 255 or 41.35% from 445); Blue value is 40 (16.02% from 255 or 8.99% from 445); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB828 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB828 is #2247D7. Grayscale: #B3B3B3. Windows color (decimal): -2246616 or 2668765. OLE color: 2668765.
HSL color Cylindrical-coordinate representation of color #DDB828: hue angle of 47.73º 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 #DDB828 is Cyan = 0, Magento = 0.17, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 184 | 40 | - |
| CMYK | 0 | 0.17 | 0.82 | 0.13 |
| HSL | 47.73º | 0.73% | 0.51% | - |
| HSV(B) | 47.73º | 0.82% | 0.87% | - |
| XYZ | 47.34 | 49.81 | 9.13 | - |
| YUV | 178.65 | 49.76 | 158.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 184 | 40 | 0 | 0.17 | 0.82 | 0.13 | 47.73 | 0.73 | 0.51 |
| Hex | DD | B8 | 28 | 0 | 11 | 52 | D | 30 | 49 | 33 |
| Octal | 335 | 270 | 50 | 0 | 21 | 122 | 15 | 60 | 111 | 63 |
| Binary | 11011101 | 10111000 | 101000 | 0 | 10001 | 1010010 | 1101 | 110000 | 1001001 | 110011 |
Color Harmonies of #DDB828
Complementary color
Monochromatic Colors of #DDB828
Black with #DDB828
Text Example
Text Example
White with #DDB828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB828; }
p { color: rgb(221,184,40); }
H1.HeaderClassName
{
color: #DDB828;
}
.AnyTagClassName
{
color: #DDB828;
}
</style>
background-color css
<style>
a { background-color: #DDB828; }
a { background-color: rgb(221,184,40); }
div.DivClassName
{
background-color: #DDB828;
}
.BgClassName
{
background-color: #DDB828;
}
</style>
border-color css
<style>
span { border-color: #DDB828; }
span { border-color: rgb(221,184,40); }
td.TdClassName
{
border-color: #DDB828;
}
.TagClassName
{
border-color: #DDB828;
}
</style>