Shades of Sunflower #D6B90E
Tints of Sunflower #D6B90E
RGB
CMYK
RGB Variations
Color information
#D6B90E (or 0xD6B90E) is known color: Sunflower. HEX triplet: D6, B9 and 0E. RGB value is (214,185,14). Sum of RGB (Red+Green+Blue) = 214+185+14=413 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.82% from 413); Green value is 185 (72.66% from 255 or 44.79% from 413); Blue value is 14 (5.86% from 255 or 3.39% from 413); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B90E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6B90E is #2946F1. Grayscale: #AEAEAE. Windows color (decimal): -2705138 or 965078. OLE color: 965078.
HSL color Cylindrical-coordinate representation of color #D6B90E: hue angle of 51.3º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D6B90E is Cyan = 0, Magento = 0.14, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 185 | 14 | - |
| CMYK | 0 | 0.14 | 0.93 | 0.16 |
| HSL | 51.3º | 0.88% | 0.45% | - |
| HSV(B) | 51.3º | 0.93% | 0.84% | - |
| XYZ | 45.16 | 49.03 | 7.5 | - |
| YUV | 174.18 | 37.61 | 156.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 185 | 14 | 0 | 0.14 | 0.93 | 0.16 | 51.3 | 0.88 | 0.45 |
| Hex | D6 | B9 | E | 0 | E | 5D | 10 | 33 | 58 | 2D |
| Octal | 326 | 271 | 16 | 0 | 16 | 135 | 20 | 63 | 130 | 55 |
| Binary | 11010110 | 10111001 | 1110 | 0 | 1110 | 1011101 | 10000 | 110011 | 1011000 | 101101 |
Color Harmonies of #D6B90E
Complementary color
Monochromatic Colors of #D6B90E
Black with #D6B90E
Text Example
Text Example
White with #D6B90E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B90E; }
p { color: rgb(214,185,14); }
H1.HeaderClassName
{
color: #D6B90E;
}
.AnyTagClassName
{
color: #D6B90E;
}
</style>
background-color css
<style>
a { background-color: #D6B90E; }
a { background-color: rgb(214,185,14); }
div.DivClassName
{
background-color: #D6B90E;
}
.BgClassName
{
background-color: #D6B90E;
}
</style>
border-color css
<style>
span { border-color: #D6B90E; }
span { border-color: rgb(214,185,14); }
td.TdClassName
{
border-color: #D6B90E;
}
.TagClassName
{
border-color: #D6B90E;
}
</style>