Shades of Gold Tips #D8B223
Tints of Gold Tips #D8B223
RGB
CMYK
RGB Variations
Color information
#D8B223 (or 0xD8B223) is known color: Gold Tips. HEX triplet: D8, B2 and 23. RGB value is (216,178,35). Sum of RGB (Red+Green+Blue) = 216+178+35=429 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.35% from 429); Green value is 178 (69.92% from 255 or 41.49% from 429); Blue value is 35 (14.06% from 255 or 8.16% from 429); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B223 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8B223 is #274DDC. Grayscale: #ADADAD. Windows color (decimal): -2575837 or 2339544. OLE color: 2339544.
HSL color Cylindrical-coordinate representation of color #D8B223: hue angle of 47.4º degrees, saturation: 0.72, 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 #D8B223 is Cyan = 0, Magento = 0.18, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 178 | 35 | - |
| CMYK | 0 | 0.18 | 0.84 | 0.15 |
| HSL | 47.4º | 0.72% | 0.49% | - |
| HSV(B) | 47.4º | 0.84% | 0.85% | - |
| XYZ | 44.54 | 46.56 | 8.23 | - |
| YUV | 173.06 | 50.09 | 158.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 178 | 35 | 0 | 0.18 | 0.84 | 0.15 | 47.4 | 0.72 | 0.49 |
| Hex | D8 | B2 | 23 | 0 | 12 | 54 | F | 2F | 48 | 31 |
| Octal | 330 | 262 | 43 | 0 | 22 | 124 | 17 | 57 | 110 | 61 |
| Binary | 11011000 | 10110010 | 100011 | 0 | 10010 | 1010100 | 1111 | 101111 | 1001000 | 110001 |
Color Harmonies of #D8B223
Complementary color
Monochromatic Colors of #D8B223
Black with #D8B223
Text Example
Text Example
White with #D8B223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B223; }
p { color: rgb(216,178,35); }
H1.HeaderClassName
{
color: #D8B223;
}
.AnyTagClassName
{
color: #D8B223;
}
</style>
background-color css
<style>
a { background-color: #D8B223; }
a { background-color: rgb(216,178,35); }
div.DivClassName
{
background-color: #D8B223;
}
.BgClassName
{
background-color: #D8B223;
}
</style>
border-color css
<style>
span { border-color: #D8B223; }
span { border-color: rgb(216,178,35); }
td.TdClassName
{
border-color: #D8B223;
}
.TagClassName
{
border-color: #D8B223;
}
</style>