Shades of Sunflower #D6B90F
Tints of Sunflower #D6B90F
RGB
CMYK
RGB Variations
Color information
#D6B90F (or 0xD6B90F) is known color: Sunflower. HEX triplet: D6, B9 and 0F. RGB value is (214,185,15). Sum of RGB (Red+Green+Blue) = 214+185+15=414 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.69% from 414); Green value is 185 (72.66% from 255 or 44.69% from 414); Blue value is 15 (6.25% from 255 or 3.62% from 414); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B90F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6B90F is #2946F0. Grayscale: #AFAFAF. Windows color (decimal): -2705137 or 1030614. OLE color: 1030614.
HSL color Cylindrical-coordinate representation of color #D6B90F: hue angle of 51.26º degrees, saturation: 0.87, 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 #D6B90F is Cyan = 0, Magento = 0.14, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 185 | 15 | - |
| CMYK | 0 | 0.14 | 0.93 | 0.16 |
| HSL | 51.26º | 0.87% | 0.45% | - |
| HSV(B) | 51.26º | 0.93% | 0.84% | - |
| XYZ | 45.17 | 49.03 | 7.53 | - |
| YUV | 174.29 | 38.11 | 156.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 185 | 15 | 0 | 0.14 | 0.93 | 0.16 | 51.26 | 0.87 | 0.45 |
| Hex | D6 | B9 | F | 0 | E | 5D | 10 | 33 | 57 | 2D |
| Octal | 326 | 271 | 17 | 0 | 16 | 135 | 20 | 63 | 127 | 55 |
| Binary | 11010110 | 10111001 | 1111 | 0 | 1110 | 1011101 | 10000 | 110011 | 1010111 | 101101 |
Color Harmonies of #D6B90F
Complementary color
Monochromatic Colors of #D6B90F
Black with #D6B90F
Text Example
Text Example
White with #D6B90F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B90F; }
p { color: rgb(214,185,15); }
H1.HeaderClassName
{
color: #D6B90F;
}
.AnyTagClassName
{
color: #D6B90F;
}
</style>
background-color css
<style>
a { background-color: #D6B90F; }
a { background-color: rgb(214,185,15); }
div.DivClassName
{
background-color: #D6B90F;
}
.BgClassName
{
background-color: #D6B90F;
}
</style>
border-color css
<style>
span { border-color: #D6B90F; }
span { border-color: rgb(214,185,15); }
td.TdClassName
{
border-color: #D6B90F;
}
.TagClassName
{
border-color: #D6B90F;
}
</style>