Shades of Sunflower #D8B713
Tints of Sunflower #D8B713
RGB
CMYK
RGB Variations
Color information
#D8B713 (or 0xD8B713) is known color: Sunflower. HEX triplet: D8, B7 and 13. RGB value is (216,183,19). Sum of RGB (Red+Green+Blue) = 216+183+19=418 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.67% from 418); Green value is 183 (71.88% from 255 or 43.78% from 418); Blue value is 19 (7.81% from 255 or 4.55% from 418); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B713 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8B713 is #2748EC. Grayscale: #AEAEAE. Windows color (decimal): -2574573 or 1292248. OLE color: 1292248.
HSL color Cylindrical-coordinate representation of color #D8B713: hue angle of 49.95º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D8B713 is Cyan = 0, Magento = 0.15, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 183 | 19 | - |
| CMYK | 0 | 0.15 | 0.91 | 0.15 |
| HSL | 49.95º | 0.84% | 0.46% | - |
| HSV(B) | 49.95º | 0.91% | 0.85% | - |
| XYZ | 45.37 | 48.51 | 7.59 | - |
| YUV | 174.17 | 40.43 | 157.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 183 | 19 | 0 | 0.15 | 0.91 | 0.15 | 49.95 | 0.84 | 0.46 |
| Hex | D8 | B7 | 13 | 0 | F | 5B | F | 32 | 54 | 2E |
| Octal | 330 | 267 | 23 | 0 | 17 | 133 | 17 | 62 | 124 | 56 |
| Binary | 11011000 | 10110111 | 10011 | 0 | 1111 | 1011011 | 1111 | 110010 | 1010100 | 101110 |
Color Harmonies of #D8B713
Complementary color
Monochromatic Colors of #D8B713
Black with #D8B713
Text Example
Text Example
White with #D8B713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B713; }
p { color: rgb(216,183,19); }
H1.HeaderClassName
{
color: #D8B713;
}
.AnyTagClassName
{
color: #D8B713;
}
</style>
background-color css
<style>
a { background-color: #D8B713; }
a { background-color: rgb(216,183,19); }
div.DivClassName
{
background-color: #D8B713;
}
.BgClassName
{
background-color: #D8B713;
}
</style>
border-color css
<style>
span { border-color: #D8B713; }
span { border-color: rgb(216,183,19); }
td.TdClassName
{
border-color: #D8B713;
}
.TagClassName
{
border-color: #D8B713;
}
</style>