Shades of Sunflower #D5B915
Tints of Sunflower #D5B915
RGB
CMYK
RGB Variations
Color information
#D5B915 (or 0xD5B915) is known color: Sunflower. HEX triplet: D5, B9 and 15. RGB value is (213,185,21). Sum of RGB (Red+Green+Blue) = 213+185+21=419 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.84% from 419); Green value is 185 (72.66% from 255 or 44.15% from 419); Blue value is 21 (8.59% from 255 or 5.01% from 419); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B915 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5B915 is #2A46EA. Grayscale: #AFAFAF. Windows color (decimal): -2770667 or 1423829. OLE color: 1423829.
HSL color Cylindrical-coordinate representation of color #D5B915: hue angle of 51.25º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D5B915 is Cyan = 0, Magento = 0.13, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 185 | 21 | - |
| CMYK | 0 | 0.13 | 0.90 | 0.16 |
| HSL | 51.25º | 0.82% | 0.46% | - |
| HSV(B) | 51.25º | 0.9% | 0.84% | - |
| XYZ | 44.92 | 48.9 | 7.78 | - |
| YUV | 174.68 | 41.28 | 155.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 185 | 21 | 0 | 0.13 | 0.90 | 0.16 | 51.25 | 0.82 | 0.46 |
| Hex | D5 | B9 | 15 | 0 | D | 5A | 10 | 33 | 52 | 2E |
| Octal | 325 | 271 | 25 | 0 | 15 | 132 | 20 | 63 | 122 | 56 |
| Binary | 11010101 | 10111001 | 10101 | 0 | 1101 | 1011010 | 10000 | 110011 | 1010010 | 101110 |
Color Harmonies of #D5B915
Complementary color
Monochromatic Colors of #D5B915
Black with #D5B915
Text Example
Text Example
White with #D5B915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B915; }
p { color: rgb(213,185,21); }
H1.HeaderClassName
{
color: #D5B915;
}
.AnyTagClassName
{
color: #D5B915;
}
</style>
background-color css
<style>
a { background-color: #D5B915; }
a { background-color: rgb(213,185,21); }
div.DivClassName
{
background-color: #D5B915;
}
.BgClassName
{
background-color: #D5B915;
}
</style>
border-color css
<style>
span { border-color: #D5B915; }
span { border-color: rgb(213,185,21); }
td.TdClassName
{
border-color: #D5B915;
}
.TagClassName
{
border-color: #D5B915;
}
</style>