Shades of Gold Tips #DDAF2A
Tints of Gold Tips #DDAF2A
RGB
CMYK
RGB Variations
Color information
#DDAF2A (or 0xDDAF2A) is known color: Gold Tips. HEX triplet: DD, AF and 2A. RGB value is (221,175,42). Sum of RGB (Red+Green+Blue) = 221+175+42=438 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.46% from 438); Green value is 175 (68.75% from 255 or 39.95% from 438); Blue value is 42 (16.80% from 255 or 9.59% from 438); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAF2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAF2A is #2250D5. Grayscale: #AEAEAE. Windows color (decimal): -2248918 or 2797533. OLE color: 2797533.
HSL color Cylindrical-coordinate representation of color #DDAF2A: hue angle of 44.58º 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 #DDAF2A is Cyan = 0, Magento = 0.21, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 175 | 42 | - |
| CMYK | 0 | 0.21 | 0.81 | 0.13 |
| HSL | 44.58º | 0.72% | 0.52% | - |
| HSV(B) | 44.58º | 0.81% | 0.87% | - |
| XYZ | 45.57 | 46.2 | 8.71 | - |
| YUV | 173.59 | 53.74 | 161.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 175 | 42 | 0 | 0.21 | 0.81 | 0.13 | 44.58 | 0.72 | 0.52 |
| Hex | DD | AF | 2A | 0 | 15 | 51 | D | 2D | 48 | 34 |
| Octal | 335 | 257 | 52 | 0 | 25 | 121 | 15 | 55 | 110 | 64 |
| Binary | 11011101 | 10101111 | 101010 | 0 | 10101 | 1010001 | 1101 | 101101 | 1001000 | 110100 |
Color Harmonies of #DDAF2A
Complementary color
Monochromatic Colors of #DDAF2A
Black with #DDAF2A
Text Example
Text Example
White with #DDAF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAF2A; }
p { color: rgb(221,175,42); }
H1.HeaderClassName
{
color: #DDAF2A;
}
.AnyTagClassName
{
color: #DDAF2A;
}
</style>
background-color css
<style>
a { background-color: #DDAF2A; }
a { background-color: rgb(221,175,42); }
div.DivClassName
{
background-color: #DDAF2A;
}
.BgClassName
{
background-color: #DDAF2A;
}
</style>
border-color css
<style>
span { border-color: #DDAF2A; }
span { border-color: rgb(221,175,42); }
td.TdClassName
{
border-color: #DDAF2A;
}
.TagClassName
{
border-color: #DDAF2A;
}
</style>