Shades of Sunflower #D8B923
Tints of Sunflower #D8B923
RGB
CMYK
RGB Variations
Color information
#D8B923 (or 0xD8B923) is known color: Sunflower. HEX triplet: D8, B9 and 23. RGB value is (216,185,35). Sum of RGB (Red+Green+Blue) = 216+185+35=436 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.54% from 436); Green value is 185 (72.66% from 255 or 42.43% from 436); Blue value is 35 (14.06% from 255 or 8.03% from 436); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B923 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8B923 is #2746DC. Grayscale: #B1B1B1. Windows color (decimal): -2574045 or 2341336. OLE color: 2341336.
HSL color Cylindrical-coordinate representation of color #D8B923: hue angle of 49.72º 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 #D8B923 is Cyan = 0, Magento = 0.14, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 185 | 35 | - |
| CMYK | 0 | 0.14 | 0.84 | 0.15 |
| HSL | 49.72º | 0.72% | 0.49% | - |
| HSV(B) | 49.72º | 0.84% | 0.85% | - |
| XYZ | 45.97 | 49.42 | 8.71 | - |
| YUV | 177.17 | 47.77 | 155.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 185 | 35 | 0 | 0.14 | 0.84 | 0.15 | 49.72 | 0.72 | 0.49 |
| Hex | D8 | B9 | 23 | 0 | E | 54 | F | 32 | 48 | 31 |
| Octal | 330 | 271 | 43 | 0 | 16 | 124 | 17 | 62 | 110 | 61 |
| Binary | 11011000 | 10111001 | 100011 | 0 | 1110 | 1010100 | 1111 | 110010 | 1001000 | 110001 |
Color Harmonies of #D8B923
Complementary color
Monochromatic Colors of #D8B923
Black with #D8B923
Text Example
Text Example
White with #D8B923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B923; }
p { color: rgb(216,185,35); }
H1.HeaderClassName
{
color: #D8B923;
}
.AnyTagClassName
{
color: #D8B923;
}
</style>
background-color css
<style>
a { background-color: #D8B923; }
a { background-color: rgb(216,185,35); }
div.DivClassName
{
background-color: #D8B923;
}
.BgClassName
{
background-color: #D8B923;
}
</style>
border-color css
<style>
span { border-color: #D8B923; }
span { border-color: rgb(216,185,35); }
td.TdClassName
{
border-color: #D8B923;
}
.TagClassName
{
border-color: #D8B923;
}
</style>