Shades of Gold Tips #D8B521
Tints of Gold Tips #D8B521
RGB
CMYK
RGB Variations
Color information
#D8B521 (or 0xD8B521) is known color: Gold Tips. HEX triplet: D8, B5 and 21. RGB value is (216,181,33). Sum of RGB (Red+Green+Blue) = 216+181+33=430 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.23% from 430); Green value is 181 (71.09% from 255 or 42.09% from 430); Blue value is 33 (13.28% from 255 or 7.67% from 430); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B521 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8B521 is #274ADE. Grayscale: #AFAFAF. Windows color (decimal): -2575071 or 2209240. OLE color: 2209240.
HSL color Cylindrical-coordinate representation of color #D8B521: hue angle of 48.52º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D8B521 is Cyan = 0, Magento = 0.16, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 181 | 33 | - |
| CMYK | 0 | 0.16 | 0.85 | 0.15 |
| HSL | 48.52º | 0.73% | 0.49% | - |
| HSV(B) | 48.52º | 0.85% | 0.85% | - |
| XYZ | 45.12 | 47.76 | 8.28 | - |
| YUV | 174.59 | 48.1 | 157.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 181 | 33 | 0 | 0.16 | 0.85 | 0.15 | 48.52 | 0.73 | 0.49 |
| Hex | D8 | B5 | 21 | 0 | 10 | 55 | F | 31 | 49 | 31 |
| Octal | 330 | 265 | 41 | 0 | 20 | 125 | 17 | 61 | 111 | 61 |
| Binary | 11011000 | 10110101 | 100001 | 0 | 10000 | 1010101 | 1111 | 110001 | 1001001 | 110001 |
Color Harmonies of #D8B521
Complementary color
Monochromatic Colors of #D8B521
Black with #D8B521
Text Example
Text Example
White with #D8B521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B521; }
p { color: rgb(216,181,33); }
H1.HeaderClassName
{
color: #D8B521;
}
.AnyTagClassName
{
color: #D8B521;
}
</style>
background-color css
<style>
a { background-color: #D8B521; }
a { background-color: rgb(216,181,33); }
div.DivClassName
{
background-color: #D8B521;
}
.BgClassName
{
background-color: #D8B521;
}
</style>
border-color css
<style>
span { border-color: #D8B521; }
span { border-color: rgb(216,181,33); }
td.TdClassName
{
border-color: #D8B521;
}
.TagClassName
{
border-color: #D8B521;
}
</style>