Shades of Sunflower #D5B717
Tints of Sunflower #D5B717
RGB
CMYK
RGB Variations
Color information
#D5B717 (or 0xD5B717) is known color: Sunflower. HEX triplet: D5, B7 and 17. RGB value is (213,183,23). Sum of RGB (Red+Green+Blue) = 213+183+23=419 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.84% from 419); Green value is 183 (71.88% from 255 or 43.68% from 419); Blue value is 23 (9.38% from 255 or 5.49% from 419); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B717 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5B717 is #2A48E8. Grayscale: #AEAEAE. Windows color (decimal): -2771177 or 1554389. OLE color: 1554389.
HSL color Cylindrical-coordinate representation of color #D5B717: hue angle of 50.53º degrees, saturation: 0.81, 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 #D5B717 is Cyan = 0, Magento = 0.14, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 183 | 23 | - |
| CMYK | 0 | 0.14 | 0.89 | 0.16 |
| HSL | 50.53º | 0.81% | 0.46% | - |
| HSV(B) | 50.53º | 0.89% | 0.84% | - |
| XYZ | 44.53 | 48.07 | 7.74 | - |
| YUV | 173.73 | 42.94 | 156.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 183 | 23 | 0 | 0.14 | 0.89 | 0.16 | 50.53 | 0.81 | 0.46 |
| Hex | D5 | B7 | 17 | 0 | E | 59 | 10 | 33 | 51 | 2E |
| Octal | 325 | 267 | 27 | 0 | 16 | 131 | 20 | 63 | 121 | 56 |
| Binary | 11010101 | 10110111 | 10111 | 0 | 1110 | 1011001 | 10000 | 110011 | 1010001 | 101110 |
Color Harmonies of #D5B717
Complementary color
Monochromatic Colors of #D5B717
Black with #D5B717
Text Example
Text Example
White with #D5B717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B717; }
p { color: rgb(213,183,23); }
H1.HeaderClassName
{
color: #D5B717;
}
.AnyTagClassName
{
color: #D5B717;
}
</style>
background-color css
<style>
a { background-color: #D5B717; }
a { background-color: rgb(213,183,23); }
div.DivClassName
{
background-color: #D5B717;
}
.BgClassName
{
background-color: #D5B717;
}
</style>
border-color css
<style>
span { border-color: #D5B717; }
span { border-color: rgb(213,183,23); }
td.TdClassName
{
border-color: #D5B717;
}
.TagClassName
{
border-color: #D5B717;
}
</style>