Shades of Sunflower #D6B718
Tints of Sunflower #D6B718
RGB
CMYK
RGB Variations
Color information
#D6B718 (or 0xD6B718) is known color: Sunflower. HEX triplet: D6, B7 and 18. RGB value is (214,183,24). Sum of RGB (Red+Green+Blue) = 214+183+24=421 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.83% from 421); Green value is 183 (71.88% from 255 or 43.47% from 421); Blue value is 24 (9.77% from 255 or 5.70% from 421); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B718 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6B718 is #2948E7. Grayscale: #AEAEAE. Windows color (decimal): -2705640 or 1619926. OLE color: 1619926.
HSL color Cylindrical-coordinate representation of color #D6B718: hue angle of 50.21º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D6B718 is Cyan = 0, Magento = 0.14, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 183 | 24 | - |
| CMYK | 0 | 0.14 | 0.89 | 0.16 |
| HSL | 50.21º | 0.8% | 0.47% | - |
| HSV(B) | 50.21º | 0.89% | 0.84% | - |
| XYZ | 44.83 | 48.23 | 7.81 | - |
| YUV | 174.14 | 43.27 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 183 | 24 | 0 | 0.14 | 0.89 | 0.16 | 50.21 | 0.8 | 0.47 |
| Hex | D6 | B7 | 18 | 0 | E | 59 | 10 | 32 | 50 | 2F |
| Octal | 326 | 267 | 30 | 0 | 16 | 131 | 20 | 62 | 120 | 57 |
| Binary | 11010110 | 10110111 | 11000 | 0 | 1110 | 1011001 | 10000 | 110010 | 1010000 | 101111 |
Color Harmonies of #D6B718
Complementary color
Monochromatic Colors of #D6B718
Black with #D6B718
Text Example
Text Example
White with #D6B718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B718; }
p { color: rgb(214,183,24); }
H1.HeaderClassName
{
color: #D6B718;
}
.AnyTagClassName
{
color: #D6B718;
}
</style>
background-color css
<style>
a { background-color: #D6B718; }
a { background-color: rgb(214,183,24); }
div.DivClassName
{
background-color: #D6B718;
}
.BgClassName
{
background-color: #D6B718;
}
</style>
border-color css
<style>
span { border-color: #D6B718; }
span { border-color: rgb(214,183,24); }
td.TdClassName
{
border-color: #D6B718;
}
.TagClassName
{
border-color: #D6B718;
}
</style>