Shades of Gold Tips #DDB826
Tints of Gold Tips #DDB826
RGB
CMYK
RGB Variations
Color information
#DDB826 (or 0xDDB826) is known color: Gold Tips. HEX triplet: DD, B8 and 26. RGB value is (221,184,38). Sum of RGB (Red+Green+Blue) = 221+184+38=443 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.89% from 443); Green value is 184 (72.27% from 255 or 41.53% from 443); Blue value is 38 (15.23% from 255 or 8.58% from 443); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB826 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB826 is #2247D9. Grayscale: #B3B3B3. Windows color (decimal): -2246618 or 2537693. OLE color: 2537693.
HSL color Cylindrical-coordinate representation of color #DDB826: hue angle of 47.87º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DDB826 is Cyan = 0, Magento = 0.17, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 184 | 38 | - |
| CMYK | 0 | 0.17 | 0.83 | 0.13 |
| HSL | 47.87º | 0.73% | 0.51% | - |
| HSV(B) | 47.87º | 0.83% | 0.87% | - |
| XYZ | 47.31 | 49.79 | 8.95 | - |
| YUV | 178.42 | 48.76 | 158.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 184 | 38 | 0 | 0.17 | 0.83 | 0.13 | 47.87 | 0.73 | 0.51 |
| Hex | DD | B8 | 26 | 0 | 11 | 53 | D | 30 | 49 | 33 |
| Octal | 335 | 270 | 46 | 0 | 21 | 123 | 15 | 60 | 111 | 63 |
| Binary | 11011101 | 10111000 | 100110 | 0 | 10001 | 1010011 | 1101 | 110000 | 1001001 | 110011 |
Color Harmonies of #DDB826
Complementary color
Monochromatic Colors of #DDB826
Black with #DDB826
Text Example
Text Example
White with #DDB826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB826; }
p { color: rgb(221,184,38); }
H1.HeaderClassName
{
color: #DDB826;
}
.AnyTagClassName
{
color: #DDB826;
}
</style>
background-color css
<style>
a { background-color: #DDB826; }
a { background-color: rgb(221,184,38); }
div.DivClassName
{
background-color: #DDB826;
}
.BgClassName
{
background-color: #DDB826;
}
</style>
border-color css
<style>
span { border-color: #DDB826; }
span { border-color: rgb(221,184,38); }
td.TdClassName
{
border-color: #DDB826;
}
.TagClassName
{
border-color: #DDB826;
}
</style>