Shades of Gold Tips #DDB925
Tints of Gold Tips #DDB925
RGB
CMYK
RGB Variations
Color information
#DDB925 (or 0xDDB925) is known color: Gold Tips. HEX triplet: DD, B9 and 25. RGB value is (221,185,37). Sum of RGB (Red+Green+Blue) = 221+185+37=443 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.89% from 443); Green value is 185 (72.66% from 255 or 41.76% from 443); Blue value is 37 (14.84% from 255 or 8.35% from 443); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB925 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB925 is #2246DA. Grayscale: #B3B3B3. Windows color (decimal): -2246363 or 2472413. OLE color: 2472413.
HSL color Cylindrical-coordinate representation of color #DDB925: hue angle of 48.26º 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 #DDB925 is Cyan = 0, Magento = 0.16, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 185 | 37 | - |
| CMYK | 0 | 0.16 | 0.83 | 0.13 |
| HSL | 48.26º | 0.73% | 0.51% | - |
| HSV(B) | 48.26º | 0.83% | 0.87% | - |
| XYZ | 47.5 | 50.2 | 8.94 | - |
| YUV | 178.89 | 47.93 | 158.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 185 | 37 | 0 | 0.16 | 0.83 | 0.13 | 48.26 | 0.73 | 0.51 |
| Hex | DD | B9 | 25 | 0 | 10 | 53 | D | 30 | 49 | 33 |
| Octal | 335 | 271 | 45 | 0 | 20 | 123 | 15 | 60 | 111 | 63 |
| Binary | 11011101 | 10111001 | 100101 | 0 | 10000 | 1010011 | 1101 | 110000 | 1001001 | 110011 |
Color Harmonies of #DDB925
Complementary color
Monochromatic Colors of #DDB925
Black with #DDB925
Text Example
Text Example
White with #DDB925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB925; }
p { color: rgb(221,185,37); }
H1.HeaderClassName
{
color: #DDB925;
}
.AnyTagClassName
{
color: #DDB925;
}
</style>
background-color css
<style>
a { background-color: #DDB925; }
a { background-color: rgb(221,185,37); }
div.DivClassName
{
background-color: #DDB925;
}
.BgClassName
{
background-color: #DDB925;
}
</style>
border-color css
<style>
span { border-color: #DDB925; }
span { border-color: rgb(221,185,37); }
td.TdClassName
{
border-color: #DDB925;
}
.TagClassName
{
border-color: #DDB925;
}
</style>