Shades of Sunflower #D8BA1E
Tints of Sunflower #D8BA1E
RGB
CMYK
RGB Variations
Color information
#D8BA1E (or 0xD8BA1E) is known color: Sunflower. HEX triplet: D8, BA and 1E. RGB value is (216,186,30). Sum of RGB (Red+Green+Blue) = 216+186+30=432 (57% of max value = 765). Red value is 216 (84.77% from 255 or 50% from 432); Green value is 186 (73.05% from 255 or 43.06% from 432); Blue value is 30 (12.11% from 255 or 6.94% from 432); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BA1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8BA1E is #2745E1. Grayscale: #B1B1B1. Windows color (decimal): -2573794 or 2013912. OLE color: 2013912.
HSL color Cylindrical-coordinate representation of color #D8BA1E: hue angle of 50.32º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D8BA1E is Cyan = 0, Magento = 0.14, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 186 | 30 | - |
| CMYK | 0 | 0.14 | 0.86 | 0.15 |
| HSL | 50.32º | 0.76% | 0.48% | - |
| HSV(B) | 50.32º | 0.86% | 0.85% | - |
| XYZ | 46.11 | 49.81 | 8.41 | - |
| YUV | 177.19 | 44.94 | 155.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 186 | 30 | 0 | 0.14 | 0.86 | 0.15 | 50.32 | 0.76 | 0.48 |
| Hex | D8 | BA | 1E | 0 | E | 56 | F | 32 | 4C | 30 |
| Octal | 330 | 272 | 36 | 0 | 16 | 126 | 17 | 62 | 114 | 60 |
| Binary | 11011000 | 10111010 | 11110 | 0 | 1110 | 1010110 | 1111 | 110010 | 1001100 | 110000 |
Color Harmonies of #D8BA1E
Complementary color
Monochromatic Colors of #D8BA1E
Black with #D8BA1E
Text Example
Text Example
White with #D8BA1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BA1E; }
p { color: rgb(216,186,30); }
H1.HeaderClassName
{
color: #D8BA1E;
}
.AnyTagClassName
{
color: #D8BA1E;
}
</style>
background-color css
<style>
a { background-color: #D8BA1E; }
a { background-color: rgb(216,186,30); }
div.DivClassName
{
background-color: #D8BA1E;
}
.BgClassName
{
background-color: #D8BA1E;
}
</style>
border-color css
<style>
span { border-color: #D8BA1E; }
span { border-color: rgb(216,186,30); }
td.TdClassName
{
border-color: #D8BA1E;
}
.TagClassName
{
border-color: #D8BA1E;
}
</style>