Shades of Gold Tips #DDAE25
Tints of Gold Tips #DDAE25
RGB
CMYK
RGB Variations
Color information
#DDAE25 (or 0xDDAE25) is known color: Gold Tips. HEX triplet: DD, AE and 25. RGB value is (221,174,37). Sum of RGB (Red+Green+Blue) = 221+174+37=432 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.16% from 432); Green value is 174 (68.36% from 255 or 40.28% from 432); Blue value is 37 (14.84% from 255 or 8.56% from 432); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAE25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAE25 is #2251DA. Grayscale: #ADADAD. Windows color (decimal): -2249179 or 2469597. OLE color: 2469597.
HSL color Cylindrical-coordinate representation of color #DDAE25: hue angle of 44.67º 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 #DDAE25 is Cyan = 0, Magento = 0.21, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 174 | 37 | - |
| CMYK | 0 | 0.21 | 0.83 | 0.13 |
| HSL | 44.67º | 0.73% | 0.51% | - |
| HSV(B) | 44.67º | 0.83% | 0.87% | - |
| XYZ | 45.29 | 45.78 | 8.2 | - |
| YUV | 172.44 | 51.57 | 162.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 174 | 37 | 0 | 0.21 | 0.83 | 0.13 | 44.67 | 0.73 | 0.51 |
| Hex | DD | AE | 25 | 0 | 15 | 53 | D | 2D | 49 | 33 |
| Octal | 335 | 256 | 45 | 0 | 25 | 123 | 15 | 55 | 111 | 63 |
| Binary | 11011101 | 10101110 | 100101 | 0 | 10101 | 1010011 | 1101 | 101101 | 1001001 | 110011 |
Color Harmonies of #DDAE25
Complementary color
Monochromatic Colors of #DDAE25
Black with #DDAE25
Text Example
Text Example
White with #DDAE25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAE25; }
p { color: rgb(221,174,37); }
H1.HeaderClassName
{
color: #DDAE25;
}
.AnyTagClassName
{
color: #DDAE25;
}
</style>
background-color css
<style>
a { background-color: #DDAE25; }
a { background-color: rgb(221,174,37); }
div.DivClassName
{
background-color: #DDAE25;
}
.BgClassName
{
background-color: #DDAE25;
}
</style>
border-color css
<style>
span { border-color: #DDAE25; }
span { border-color: rgb(221,174,37); }
td.TdClassName
{
border-color: #DDAE25;
}
.TagClassName
{
border-color: #DDAE25;
}
</style>