Shades of Gold Tips #D9B222
Tints of Gold Tips #D9B222
RGB
CMYK
RGB Variations
Color information
#D9B222 (or 0xD9B222) is known color: Gold Tips. HEX triplet: D9, B2 and 22. RGB value is (217,178,34). Sum of RGB (Red+Green+Blue) = 217+178+34=429 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.58% from 429); Green value is 178 (69.92% from 255 or 41.49% from 429); Blue value is 34 (13.67% from 255 or 7.93% from 429); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B222 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9B222 is #264DDD. Grayscale: #ADADAD. Windows color (decimal): -2510302 or 2274009. OLE color: 2274009.
HSL color Cylindrical-coordinate representation of color #D9B222: hue angle of 47.21º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D9B222 is Cyan = 0, Magento = 0.18, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 178 | 34 | - |
| CMYK | 0 | 0.18 | 0.84 | 0.15 |
| HSL | 47.21º | 0.73% | 0.49% | - |
| HSV(B) | 47.21º | 0.84% | 0.85% | - |
| XYZ | 44.82 | 46.71 | 8.17 | - |
| YUV | 173.25 | 49.42 | 159.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 178 | 34 | 0 | 0.18 | 0.84 | 0.15 | 47.21 | 0.73 | 0.49 |
| Hex | D9 | B2 | 22 | 0 | 12 | 54 | F | 2F | 49 | 31 |
| Octal | 331 | 262 | 42 | 0 | 22 | 124 | 17 | 57 | 111 | 61 |
| Binary | 11011001 | 10110010 | 100010 | 0 | 10010 | 1010100 | 1111 | 101111 | 1001001 | 110001 |
Color Harmonies of #D9B222
Complementary color
Monochromatic Colors of #D9B222
Black with #D9B222
Text Example
Text Example
White with #D9B222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B222; }
p { color: rgb(217,178,34); }
H1.HeaderClassName
{
color: #D9B222;
}
.AnyTagClassName
{
color: #D9B222;
}
</style>
background-color css
<style>
a { background-color: #D9B222; }
a { background-color: rgb(217,178,34); }
div.DivClassName
{
background-color: #D9B222;
}
.BgClassName
{
background-color: #D9B222;
}
</style>
border-color css
<style>
span { border-color: #D9B222; }
span { border-color: rgb(217,178,34); }
td.TdClassName
{
border-color: #D9B222;
}
.TagClassName
{
border-color: #D9B222;
}
</style>