Shades of Gold Tips #DDAF21
Tints of Gold Tips #DDAF21
RGB
CMYK
RGB Variations
Color information
#DDAF21 (or 0xDDAF21) is known color: Gold Tips. HEX triplet: DD, AF and 21. RGB value is (221,175,33). Sum of RGB (Red+Green+Blue) = 221+175+33=429 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.52% from 429); Green value is 175 (68.75% from 255 or 40.79% from 429); Blue value is 33 (13.28% from 255 or 7.69% from 429); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAF21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAF21 is #2250DE. Grayscale: #ADADAD. Windows color (decimal): -2248927 or 2207709. OLE color: 2207709.
HSL color Cylindrical-coordinate representation of color #DDAF21: hue angle of 45.32º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DDAF21 is Cyan = 0, Magento = 0.21, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 175 | 33 | - |
| CMYK | 0 | 0.21 | 0.85 | 0.13 |
| HSL | 45.32º | 0.74% | 0.5% | - |
| HSV(B) | 45.32º | 0.85% | 0.87% | - |
| XYZ | 45.42 | 46.14 | 7.95 | - |
| YUV | 172.57 | 49.24 | 162.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 175 | 33 | 0 | 0.21 | 0.85 | 0.13 | 45.32 | 0.74 | 0.5 |
| Hex | DD | AF | 21 | 0 | 15 | 55 | D | 2D | 4A | 32 |
| Octal | 335 | 257 | 41 | 0 | 25 | 125 | 15 | 55 | 112 | 62 |
| Binary | 11011101 | 10101111 | 100001 | 0 | 10101 | 1010101 | 1101 | 101101 | 1001010 | 110010 |
Color Harmonies of #DDAF21
Complementary color
Monochromatic Colors of #DDAF21
Black with #DDAF21
Text Example
Text Example
White with #DDAF21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAF21; }
p { color: rgb(221,175,33); }
H1.HeaderClassName
{
color: #DDAF21;
}
.AnyTagClassName
{
color: #DDAF21;
}
</style>
background-color css
<style>
a { background-color: #DDAF21; }
a { background-color: rgb(221,175,33); }
div.DivClassName
{
background-color: #DDAF21;
}
.BgClassName
{
background-color: #DDAF21;
}
</style>
border-color css
<style>
span { border-color: #DDAF21; }
span { border-color: rgb(221,175,33); }
td.TdClassName
{
border-color: #DDAF21;
}
.TagClassName
{
border-color: #DDAF21;
}
</style>