Shades of Sunflower #D8BB1E
Tints of Sunflower #D8BB1E
RGB
CMYK
RGB Variations
Color information
#D8BB1E (or 0xD8BB1E) is known color: Sunflower. HEX triplet: D8, BB and 1E. RGB value is (216,187,30). Sum of RGB (Red+Green+Blue) = 216+187+30=433 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.88% from 433); Green value is 187 (73.44% from 255 or 43.19% from 433); Blue value is 30 (12.11% from 255 or 6.93% from 433); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BB1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8BB1E is #2744E1. Grayscale: #B2B2B2. Windows color (decimal): -2573538 or 2014168. OLE color: 2014168.
HSL color Cylindrical-coordinate representation of color #D8BB1E: hue angle of 50.65º 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 #D8BB1E is Cyan = 0, Magento = 0.13, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 187 | 30 | - |
| CMYK | 0 | 0.13 | 0.86 | 0.15 |
| HSL | 50.65º | 0.76% | 0.48% | - |
| HSV(B) | 50.65º | 0.86% | 0.85% | - |
| XYZ | 46.32 | 50.23 | 8.48 | - |
| YUV | 177.77 | 44.61 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 187 | 30 | 0 | 0.13 | 0.86 | 0.15 | 50.65 | 0.76 | 0.48 |
| Hex | D8 | BB | 1E | 0 | D | 56 | F | 33 | 4C | 30 |
| Octal | 330 | 273 | 36 | 0 | 15 | 126 | 17 | 63 | 114 | 60 |
| Binary | 11011000 | 10111011 | 11110 | 0 | 1101 | 1010110 | 1111 | 110011 | 1001100 | 110000 |
Color Harmonies of #D8BB1E
Complementary color
Monochromatic Colors of #D8BB1E
Black with #D8BB1E
Text Example
Text Example
White with #D8BB1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BB1E; }
p { color: rgb(216,187,30); }
H1.HeaderClassName
{
color: #D8BB1E;
}
.AnyTagClassName
{
color: #D8BB1E;
}
</style>
background-color css
<style>
a { background-color: #D8BB1E; }
a { background-color: rgb(216,187,30); }
div.DivClassName
{
background-color: #D8BB1E;
}
.BgClassName
{
background-color: #D8BB1E;
}
</style>
border-color css
<style>
span { border-color: #D8BB1E; }
span { border-color: rgb(216,187,30); }
td.TdClassName
{
border-color: #D8BB1E;
}
.TagClassName
{
border-color: #D8BB1E;
}
</style>