Shades of Sunflower #D5B922
Tints of Sunflower #D5B922
RGB
CMYK
RGB Variations
Color information
#D5B922 (or 0xD5B922) is known color: Sunflower. HEX triplet: D5, B9 and 22. RGB value is (213,185,34). Sum of RGB (Red+Green+Blue) = 213+185+34=432 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.31% from 432); Green value is 185 (72.66% from 255 or 42.82% from 432); Blue value is 34 (13.67% from 255 or 7.87% from 432); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B922 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5B922 is #2A46DD. Grayscale: #B0B0B0. Windows color (decimal): -2770654 or 2275797. OLE color: 2275797.
HSL color Cylindrical-coordinate representation of color #D5B922: hue angle of 50.61º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D5B922 is Cyan = 0, Magento = 0.13, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 185 | 34 | - |
| CMYK | 0 | 0.13 | 0.84 | 0.16 |
| HSL | 50.61º | 0.72% | 0.48% | - |
| HSV(B) | 50.61º | 0.84% | 0.84% | - |
| XYZ | 45.08 | 48.96 | 8.59 | - |
| YUV | 176.16 | 47.78 | 154.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 185 | 34 | 0 | 0.13 | 0.84 | 0.16 | 50.61 | 0.72 | 0.48 |
| Hex | D5 | B9 | 22 | 0 | D | 54 | 10 | 33 | 48 | 30 |
| Octal | 325 | 271 | 42 | 0 | 15 | 124 | 20 | 63 | 110 | 60 |
| Binary | 11010101 | 10111001 | 100010 | 0 | 1101 | 1010100 | 10000 | 110011 | 1001000 | 110000 |
Color Harmonies of #D5B922
Complementary color
Monochromatic Colors of #D5B922
Black with #D5B922
Text Example
Text Example
White with #D5B922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B922; }
p { color: rgb(213,185,34); }
H1.HeaderClassName
{
color: #D5B922;
}
.AnyTagClassName
{
color: #D5B922;
}
</style>
background-color css
<style>
a { background-color: #D5B922; }
a { background-color: rgb(213,185,34); }
div.DivClassName
{
background-color: #D5B922;
}
.BgClassName
{
background-color: #D5B922;
}
</style>
border-color css
<style>
span { border-color: #D5B922; }
span { border-color: rgb(213,185,34); }
td.TdClassName
{
border-color: #D5B922;
}
.TagClassName
{
border-color: #D5B922;
}
</style>