Shades of Gold Tips #DDAE28
Tints of Gold Tips #DDAE28
RGB
CMYK
RGB Variations
Color information
#DDAE28 (or 0xDDAE28) is known color: Gold Tips. HEX triplet: DD, AE and 28. RGB value is (221,174,40). Sum of RGB (Red+Green+Blue) = 221+174+40=435 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.80% from 435); Green value is 174 (68.36% from 255 or 40% from 435); Blue value is 40 (16.02% from 255 or 9.20% from 435); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAE28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAE28 is #2251D7. Grayscale: #ADADAD. Windows color (decimal): -2249176 or 2666205. OLE color: 2666205.
HSL color Cylindrical-coordinate representation of color #DDAE28: hue angle of 44.42º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DDAE28 is Cyan = 0, Magento = 0.21, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 174 | 40 | - |
| CMYK | 0 | 0.21 | 0.82 | 0.13 |
| HSL | 44.42º | 0.73% | 0.51% | - |
| HSV(B) | 44.42º | 0.82% | 0.87% | - |
| XYZ | 45.34 | 45.8 | 8.46 | - |
| YUV | 172.78 | 53.07 | 162.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 174 | 40 | 0 | 0.21 | 0.82 | 0.13 | 44.42 | 0.73 | 0.51 |
| Hex | DD | AE | 28 | 0 | 15 | 52 | D | 2C | 49 | 33 |
| Octal | 335 | 256 | 50 | 0 | 25 | 122 | 15 | 54 | 111 | 63 |
| Binary | 11011101 | 10101110 | 101000 | 0 | 10101 | 1010010 | 1101 | 101100 | 1001001 | 110011 |
Color Harmonies of #DDAE28
Complementary color
Monochromatic Colors of #DDAE28
Black with #DDAE28
Text Example
Text Example
White with #DDAE28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAE28; }
p { color: rgb(221,174,40); }
H1.HeaderClassName
{
color: #DDAE28;
}
.AnyTagClassName
{
color: #DDAE28;
}
</style>
background-color css
<style>
a { background-color: #DDAE28; }
a { background-color: rgb(221,174,40); }
div.DivClassName
{
background-color: #DDAE28;
}
.BgClassName
{
background-color: #DDAE28;
}
</style>
border-color css
<style>
span { border-color: #DDAE28; }
span { border-color: rgb(221,174,40); }
td.TdClassName
{
border-color: #DDAE28;
}
.TagClassName
{
border-color: #DDAE28;
}
</style>