Shades of Gold Tips #DDB425
Tints of Gold Tips #DDB425
RGB
CMYK
RGB Variations
Color information
#DDB425 (or 0xDDB425) is known color: Gold Tips. HEX triplet: DD, B4 and 25. RGB value is (221,180,37). Sum of RGB (Red+Green+Blue) = 221+180+37=438 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.46% from 438); Green value is 180 (70.70% from 255 or 41.10% from 438); Blue value is 37 (14.84% from 255 or 8.45% from 438); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB425 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB425 is #224BDA. Grayscale: #B0B0B0. Windows color (decimal): -2247643 or 2471133. OLE color: 2471133.
HSL color Cylindrical-coordinate representation of color #DDB425: hue angle of 46.63º 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 #DDB425 is Cyan = 0, Magento = 0.19, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 180 | 37 | - |
| CMYK | 0 | 0.19 | 0.83 | 0.13 |
| HSL | 46.63º | 0.73% | 0.51% | - |
| HSV(B) | 46.63º | 0.83% | 0.87% | - |
| XYZ | 46.47 | 48.15 | 8.59 | - |
| YUV | 175.96 | 49.58 | 160.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 180 | 37 | 0 | 0.19 | 0.83 | 0.13 | 46.63 | 0.73 | 0.51 |
| Hex | DD | B4 | 25 | 0 | 13 | 53 | D | 2F | 49 | 33 |
| Octal | 335 | 264 | 45 | 0 | 23 | 123 | 15 | 57 | 111 | 63 |
| Binary | 11011101 | 10110100 | 100101 | 0 | 10011 | 1010011 | 1101 | 101111 | 1001001 | 110011 |
Color Harmonies of #DDB425
Complementary color
Monochromatic Colors of #DDB425
Black with #DDB425
Text Example
Text Example
White with #DDB425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB425; }
p { color: rgb(221,180,37); }
H1.HeaderClassName
{
color: #DDB425;
}
.AnyTagClassName
{
color: #DDB425;
}
</style>
background-color css
<style>
a { background-color: #DDB425; }
a { background-color: rgb(221,180,37); }
div.DivClassName
{
background-color: #DDB425;
}
.BgClassName
{
background-color: #DDB425;
}
</style>
border-color css
<style>
span { border-color: #DDB425; }
span { border-color: rgb(221,180,37); }
td.TdClassName
{
border-color: #DDB425;
}
.TagClassName
{
border-color: #DDB425;
}
</style>