Shades of Sunflower #D6B80E
Tints of Sunflower #D6B80E
RGB
CMYK
RGB Variations
Color information
#D6B80E (or 0xD6B80E) is known color: Sunflower. HEX triplet: D6, B8 and 0E. RGB value is (214,184,14). Sum of RGB (Red+Green+Blue) = 214+184+14=412 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.94% from 412); Green value is 184 (72.27% from 255 or 44.66% from 412); Blue value is 14 (5.86% from 255 or 3.40% from 412); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B80E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6B80E is #2947F1. Grayscale: #AEAEAE. Windows color (decimal): -2705394 or 964822. OLE color: 964822.
HSL color Cylindrical-coordinate representation of color #D6B80E: hue angle of 51º 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 #D6B80E is Cyan = 0, Magento = 0.14, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 184 | 14 | - |
| CMYK | 0 | 0.14 | 0.93 | 0.16 |
| HSL | 51º | 0.88% | 0.45% | - |
| HSV(B) | 51º | 0.93% | 0.84% | - |
| XYZ | 44.95 | 48.61 | 7.43 | - |
| YUV | 173.59 | 37.94 | 156.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 184 | 14 | 0 | 0.14 | 0.93 | 0.16 | 51 | 0.88 | 0.45 |
| Hex | D6 | B8 | E | 0 | E | 5D | 10 | 33 | 58 | 2D |
| Octal | 326 | 270 | 16 | 0 | 16 | 135 | 20 | 63 | 130 | 55 |
| Binary | 11010110 | 10111000 | 1110 | 0 | 1110 | 1011101 | 10000 | 110011 | 1011000 | 101101 |
Color Harmonies of #D6B80E
Complementary color
Monochromatic Colors of #D6B80E
Black with #D6B80E
Text Example
Text Example
White with #D6B80E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B80E; }
p { color: rgb(214,184,14); }
H1.HeaderClassName
{
color: #D6B80E;
}
.AnyTagClassName
{
color: #D6B80E;
}
</style>
background-color css
<style>
a { background-color: #D6B80E; }
a { background-color: rgb(214,184,14); }
div.DivClassName
{
background-color: #D6B80E;
}
.BgClassName
{
background-color: #D6B80E;
}
</style>
border-color css
<style>
span { border-color: #D6B80E; }
span { border-color: rgb(214,184,14); }
td.TdClassName
{
border-color: #D6B80E;
}
.TagClassName
{
border-color: #D6B80E;
}
</style>