Shades of Sunflower #D5B718
Tints of Sunflower #D5B718
RGB
CMYK
RGB Variations
Color information
#D5B718 (or 0xD5B718) is known color: Sunflower. HEX triplet: D5, B7 and 18. RGB value is (213,183,24). Sum of RGB (Red+Green+Blue) = 213+183+24=420 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.71% from 420); Green value is 183 (71.88% from 255 or 43.57% from 420); Blue value is 24 (9.77% from 255 or 5.71% from 420); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B718 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5B718 is #2A48E7. Grayscale: #AEAEAE. Windows color (decimal): -2771176 or 1619925. OLE color: 1619925.
HSL color Cylindrical-coordinate representation of color #D5B718: hue angle of 50.48º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D5B718 is Cyan = 0, Magento = 0.14, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 183 | 24 | - |
| CMYK | 0 | 0.14 | 0.89 | 0.16 |
| HSL | 50.48º | 0.8% | 0.46% | - |
| HSV(B) | 50.48º | 0.89% | 0.84% | - |
| XYZ | 44.54 | 48.08 | 7.8 | - |
| YUV | 173.84 | 43.44 | 155.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 183 | 24 | 0 | 0.14 | 0.89 | 0.16 | 50.48 | 0.8 | 0.46 |
| Hex | D5 | B7 | 18 | 0 | E | 59 | 10 | 32 | 50 | 2E |
| Octal | 325 | 267 | 30 | 0 | 16 | 131 | 20 | 62 | 120 | 56 |
| Binary | 11010101 | 10110111 | 11000 | 0 | 1110 | 1011001 | 10000 | 110010 | 1010000 | 101110 |
Color Harmonies of #D5B718
Complementary color
Monochromatic Colors of #D5B718
Black with #D5B718
Text Example
Text Example
White with #D5B718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B718; }
p { color: rgb(213,183,24); }
H1.HeaderClassName
{
color: #D5B718;
}
.AnyTagClassName
{
color: #D5B718;
}
</style>
background-color css
<style>
a { background-color: #D5B718; }
a { background-color: rgb(213,183,24); }
div.DivClassName
{
background-color: #D5B718;
}
.BgClassName
{
background-color: #D5B718;
}
</style>
border-color css
<style>
span { border-color: #D5B718; }
span { border-color: rgb(213,183,24); }
td.TdClassName
{
border-color: #D5B718;
}
.TagClassName
{
border-color: #D5B718;
}
</style>