Shades of Sunflower #D6B71E
Tints of Sunflower #D6B71E
RGB
CMYK
RGB Variations
Color information
#D6B71E (or 0xD6B71E) is known color: Sunflower. HEX triplet: D6, B7 and 1E. RGB value is (214,183,30). Sum of RGB (Red+Green+Blue) = 214+183+30=427 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.12% from 427); Green value is 183 (71.88% from 255 or 42.86% from 427); Blue value is 30 (12.11% from 255 or 7.03% from 427); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B71E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6B71E is #2948E1. Grayscale: #AFAFAF. Windows color (decimal): -2705634 or 2013142. OLE color: 2013142.
HSL color Cylindrical-coordinate representation of color #D6B71E: hue angle of 49.89º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D6B71E is Cyan = 0, Magento = 0.14, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 183 | 30 | - |
| CMYK | 0 | 0.14 | 0.86 | 0.16 |
| HSL | 49.89º | 0.75% | 0.48% | - |
| HSV(B) | 49.89º | 0.86% | 0.84% | - |
| XYZ | 44.9 | 48.26 | 8.18 | - |
| YUV | 174.83 | 46.27 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 183 | 30 | 0 | 0.14 | 0.86 | 0.16 | 49.89 | 0.75 | 0.48 |
| Hex | D6 | B7 | 1E | 0 | E | 56 | 10 | 32 | 4B | 30 |
| Octal | 326 | 267 | 36 | 0 | 16 | 126 | 20 | 62 | 113 | 60 |
| Binary | 11010110 | 10110111 | 11110 | 0 | 1110 | 1010110 | 10000 | 110010 | 1001011 | 110000 |
Color Harmonies of #D6B71E
Complementary color
Monochromatic Colors of #D6B71E
Black with #D6B71E
Text Example
Text Example
White with #D6B71E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B71E; }
p { color: rgb(214,183,30); }
H1.HeaderClassName
{
color: #D6B71E;
}
.AnyTagClassName
{
color: #D6B71E;
}
</style>
background-color css
<style>
a { background-color: #D6B71E; }
a { background-color: rgb(214,183,30); }
div.DivClassName
{
background-color: #D6B71E;
}
.BgClassName
{
background-color: #D6B71E;
}
</style>
border-color css
<style>
span { border-color: #D6B71E; }
span { border-color: rgb(214,183,30); }
td.TdClassName
{
border-color: #D6B71E;
}
.TagClassName
{
border-color: #D6B71E;
}
</style>