Shades of Gold Tips #DDAE2A
Tints of Gold Tips #DDAE2A
RGB
CMYK
RGB Variations
Color information
#DDAE2A (or 0xDDAE2A) is known color: Gold Tips. HEX triplet: DD, AE and 2A. RGB value is (221,174,42). Sum of RGB (Red+Green+Blue) = 221+174+42=437 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.57% from 437); Green value is 174 (68.36% from 255 or 39.82% from 437); Blue value is 42 (16.80% from 255 or 9.61% from 437); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAE2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAE2A is #2251D5. Grayscale: #ADADAD. Windows color (decimal): -2249174 or 2797277. OLE color: 2797277.
HSL color Cylindrical-coordinate representation of color #DDAE2A: hue angle of 44.25º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DDAE2A is Cyan = 0, Magento = 0.21, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 174 | 42 | - |
| CMYK | 0 | 0.21 | 0.81 | 0.13 |
| HSL | 44.25º | 0.72% | 0.52% | - |
| HSV(B) | 44.25º | 0.81% | 0.87% | - |
| XYZ | 45.37 | 45.81 | 8.64 | - |
| YUV | 173.01 | 54.07 | 162.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 174 | 42 | 0 | 0.21 | 0.81 | 0.13 | 44.25 | 0.72 | 0.52 |
| Hex | DD | AE | 2A | 0 | 15 | 51 | D | 2C | 48 | 34 |
| Octal | 335 | 256 | 52 | 0 | 25 | 121 | 15 | 54 | 110 | 64 |
| Binary | 11011101 | 10101110 | 101010 | 0 | 10101 | 1010001 | 1101 | 101100 | 1001000 | 110100 |
Color Harmonies of #DDAE2A
Complementary color
Monochromatic Colors of #DDAE2A
Black with #DDAE2A
Text Example
Text Example
White with #DDAE2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAE2A; }
p { color: rgb(221,174,42); }
H1.HeaderClassName
{
color: #DDAE2A;
}
.AnyTagClassName
{
color: #DDAE2A;
}
</style>
background-color css
<style>
a { background-color: #DDAE2A; }
a { background-color: rgb(221,174,42); }
div.DivClassName
{
background-color: #DDAE2A;
}
.BgClassName
{
background-color: #DDAE2A;
}
</style>
border-color css
<style>
span { border-color: #DDAE2A; }
span { border-color: rgb(221,174,42); }
td.TdClassName
{
border-color: #DDAE2A;
}
.TagClassName
{
border-color: #DDAE2A;
}
</style>