Shades of Sunflower #D6B313
Tints of Sunflower #D6B313
RGB
CMYK
RGB Variations
Color information
#D6B313 (or 0xD6B313) is known color: Sunflower. HEX triplet: D6, B3 and 13. RGB value is (214,179,19). Sum of RGB (Red+Green+Blue) = 214+179+19=412 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.94% from 412); Green value is 179 (70.31% from 255 or 43.45% from 412); Blue value is 19 (7.81% from 255 or 4.61% from 412); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B313 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6B313 is #294CEC. Grayscale: #ABABAB. Windows color (decimal): -2706669 or 1291222. OLE color: 1291222.
HSL color Cylindrical-coordinate representation of color #D6B313: hue angle of 49.23º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D6B313 is Cyan = 0, Magento = 0.16, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 179 | 19 | - |
| CMYK | 0 | 0.16 | 0.91 | 0.16 |
| HSL | 49.23º | 0.84% | 0.46% | - |
| HSV(B) | 49.23º | 0.91% | 0.84% | - |
| XYZ | 43.97 | 46.58 | 7.29 | - |
| YUV | 171.23 | 42.1 | 158.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 179 | 19 | 0 | 0.16 | 0.91 | 0.16 | 49.23 | 0.84 | 0.46 |
| Hex | D6 | B3 | 13 | 0 | 10 | 5B | 10 | 31 | 54 | 2E |
| Octal | 326 | 263 | 23 | 0 | 20 | 133 | 20 | 61 | 124 | 56 |
| Binary | 11010110 | 10110011 | 10011 | 0 | 10000 | 1011011 | 10000 | 110001 | 1010100 | 101110 |
Color Harmonies of #D6B313
Complementary color
Monochromatic Colors of #D6B313
Black with #D6B313
Text Example
Text Example
White with #D6B313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B313; }
p { color: rgb(214,179,19); }
H1.HeaderClassName
{
color: #D6B313;
}
.AnyTagClassName
{
color: #D6B313;
}
</style>
background-color css
<style>
a { background-color: #D6B313; }
a { background-color: rgb(214,179,19); }
div.DivClassName
{
background-color: #D6B313;
}
.BgClassName
{
background-color: #D6B313;
}
</style>
border-color css
<style>
span { border-color: #D6B313; }
span { border-color: rgb(214,179,19); }
td.TdClassName
{
border-color: #D6B313;
}
.TagClassName
{
border-color: #D6B313;
}
</style>