Shades of Sunflower #D6B712
Tints of Sunflower #D6B712
RGB
CMYK
RGB Variations
Color information
#D6B712 (or 0xD6B712) is known color: Sunflower. HEX triplet: D6, B7 and 12. RGB value is (214,183,18). Sum of RGB (Red+Green+Blue) = 214+183+18=415 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.57% from 415); Green value is 183 (71.88% from 255 or 44.10% from 415); Blue value is 18 (7.42% from 255 or 4.34% from 415); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B712 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6B712 is #2948ED. Grayscale: #AEAEAE. Windows color (decimal): -2705646 or 1226710. OLE color: 1226710.
HSL color Cylindrical-coordinate representation of color #D6B712: hue angle of 50.51º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D6B712 is Cyan = 0, Magento = 0.14, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 183 | 18 | - |
| CMYK | 0 | 0.14 | 0.92 | 0.16 |
| HSL | 50.51º | 0.84% | 0.45% | - |
| HSV(B) | 50.51º | 0.92% | 0.84% | - |
| XYZ | 44.77 | 48.21 | 7.52 | - |
| YUV | 173.46 | 40.27 | 156.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 183 | 18 | 0 | 0.14 | 0.92 | 0.16 | 50.51 | 0.84 | 0.45 |
| Hex | D6 | B7 | 12 | 0 | E | 5C | 10 | 33 | 54 | 2D |
| Octal | 326 | 267 | 22 | 0 | 16 | 134 | 20 | 63 | 124 | 55 |
| Binary | 11010110 | 10110111 | 10010 | 0 | 1110 | 1011100 | 10000 | 110011 | 1010100 | 101101 |
Color Harmonies of #D6B712
Complementary color
Monochromatic Colors of #D6B712
Black with #D6B712
Text Example
Text Example
White with #D6B712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B712; }
p { color: rgb(214,183,18); }
H1.HeaderClassName
{
color: #D6B712;
}
.AnyTagClassName
{
color: #D6B712;
}
</style>
background-color css
<style>
a { background-color: #D6B712; }
a { background-color: rgb(214,183,18); }
div.DivClassName
{
background-color: #D6B712;
}
.BgClassName
{
background-color: #D6B712;
}
</style>
border-color css
<style>
span { border-color: #D6B712; }
span { border-color: rgb(214,183,18); }
td.TdClassName
{
border-color: #D6B712;
}
.TagClassName
{
border-color: #D6B712;
}
</style>