Shades of Gold Tips #DDB825
Tints of Gold Tips #DDB825
RGB
CMYK
RGB Variations
Color information
#DDB825 (or 0xDDB825) is known color: Gold Tips. HEX triplet: DD, B8 and 25. RGB value is (221,184,37). Sum of RGB (Red+Green+Blue) = 221+184+37=442 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50% from 442); Green value is 184 (72.27% from 255 or 41.63% from 442); Blue value is 37 (14.84% from 255 or 8.37% from 442); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB825 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB825 is #2247DA. Grayscale: #B2B2B2. Windows color (decimal): -2246619 or 2472157. OLE color: 2472157.
HSL color Cylindrical-coordinate representation of color #DDB825: hue angle of 47.93º 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 #DDB825 is Cyan = 0, Magento = 0.17, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 184 | 37 | - |
| CMYK | 0 | 0.17 | 0.83 | 0.13 |
| HSL | 47.93º | 0.73% | 0.51% | - |
| HSV(B) | 47.93º | 0.83% | 0.87% | - |
| XYZ | 47.29 | 49.79 | 8.87 | - |
| YUV | 178.31 | 48.26 | 158.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 184 | 37 | 0 | 0.17 | 0.83 | 0.13 | 47.93 | 0.73 | 0.51 |
| Hex | DD | B8 | 25 | 0 | 11 | 53 | D | 30 | 49 | 33 |
| Octal | 335 | 270 | 45 | 0 | 21 | 123 | 15 | 60 | 111 | 63 |
| Binary | 11011101 | 10111000 | 100101 | 0 | 10001 | 1010011 | 1101 | 110000 | 1001001 | 110011 |
Color Harmonies of #DDB825
Complementary color
Monochromatic Colors of #DDB825
Black with #DDB825
Text Example
Text Example
White with #DDB825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB825; }
p { color: rgb(221,184,37); }
H1.HeaderClassName
{
color: #DDB825;
}
.AnyTagClassName
{
color: #DDB825;
}
</style>
background-color css
<style>
a { background-color: #DDB825; }
a { background-color: rgb(221,184,37); }
div.DivClassName
{
background-color: #DDB825;
}
.BgClassName
{
background-color: #DDB825;
}
</style>
border-color css
<style>
span { border-color: #DDB825; }
span { border-color: rgb(221,184,37); }
td.TdClassName
{
border-color: #DDB825;
}
.TagClassName
{
border-color: #DDB825;
}
</style>