Shades of Sunflower #D6B715
Tints of Sunflower #D6B715
RGB
CMYK
RGB Variations
Color information
#D6B715 (or 0xD6B715) is known color: Sunflower. HEX triplet: D6, B7 and 15. RGB value is (214,183,21). Sum of RGB (Red+Green+Blue) = 214+183+21=418 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.20% from 418); Green value is 183 (71.88% from 255 or 43.78% from 418); Blue value is 21 (8.59% from 255 or 5.02% from 418); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B715 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6B715 is #2948EA. Grayscale: #AEAEAE. Windows color (decimal): -2705643 or 1423318. OLE color: 1423318.
HSL color Cylindrical-coordinate representation of color #D6B715: hue angle of 50.36º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D6B715 is Cyan = 0, Magento = 0.14, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 183 | 21 | - |
| CMYK | 0 | 0.14 | 0.90 | 0.16 |
| HSL | 50.36º | 0.82% | 0.46% | - |
| HSV(B) | 50.36º | 0.9% | 0.84% | - |
| XYZ | 44.8 | 48.22 | 7.66 | - |
| YUV | 173.8 | 41.77 | 156.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 183 | 21 | 0 | 0.14 | 0.90 | 0.16 | 50.36 | 0.82 | 0.46 |
| Hex | D6 | B7 | 15 | 0 | E | 5A | 10 | 32 | 52 | 2E |
| Octal | 326 | 267 | 25 | 0 | 16 | 132 | 20 | 62 | 122 | 56 |
| Binary | 11010110 | 10110111 | 10101 | 0 | 1110 | 1011010 | 10000 | 110010 | 1010010 | 101110 |
Color Harmonies of #D6B715
Complementary color
Monochromatic Colors of #D6B715
Black with #D6B715
Text Example
Text Example
White with #D6B715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B715; }
p { color: rgb(214,183,21); }
H1.HeaderClassName
{
color: #D6B715;
}
.AnyTagClassName
{
color: #D6B715;
}
</style>
background-color css
<style>
a { background-color: #D6B715; }
a { background-color: rgb(214,183,21); }
div.DivClassName
{
background-color: #D6B715;
}
.BgClassName
{
background-color: #D6B715;
}
</style>
border-color css
<style>
span { border-color: #D6B715; }
span { border-color: rgb(214,183,21); }
td.TdClassName
{
border-color: #D6B715;
}
.TagClassName
{
border-color: #D6B715;
}
</style>