Shades of Sunflower #D9BA22
Tints of Sunflower #D9BA22
RGB
CMYK
RGB Variations
Color information
#D9BA22 (or 0xD9BA22) is known color: Sunflower. HEX triplet: D9, BA and 22. RGB value is (217,186,34). Sum of RGB (Red+Green+Blue) = 217+186+34=437 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.66% from 437); Green value is 186 (73.05% from 255 or 42.56% from 437); Blue value is 34 (13.67% from 255 or 7.78% from 437); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BA22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9BA22 is #2645DD. Grayscale: #B2B2B2. Windows color (decimal): -2508254 or 2276057. OLE color: 2276057.
HSL color Cylindrical-coordinate representation of color #D9BA22: hue angle of 49.84º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D9BA22 is Cyan = 0, Magento = 0.14, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 186 | 34 | - |
| CMYK | 0 | 0.14 | 0.84 | 0.15 |
| HSL | 49.84º | 0.73% | 0.49% | - |
| HSV(B) | 49.84º | 0.84% | 0.85% | - |
| XYZ | 46.46 | 49.99 | 8.71 | - |
| YUV | 177.94 | 46.77 | 155.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 186 | 34 | 0 | 0.14 | 0.84 | 0.15 | 49.84 | 0.73 | 0.49 |
| Hex | D9 | BA | 22 | 0 | E | 54 | F | 32 | 49 | 31 |
| Octal | 331 | 272 | 42 | 0 | 16 | 124 | 17 | 62 | 111 | 61 |
| Binary | 11011001 | 10111010 | 100010 | 0 | 1110 | 1010100 | 1111 | 110010 | 1001001 | 110001 |
Color Harmonies of #D9BA22
Complementary color
Monochromatic Colors of #D9BA22
Black with #D9BA22
Text Example
Text Example
White with #D9BA22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BA22; }
p { color: rgb(217,186,34); }
H1.HeaderClassName
{
color: #D9BA22;
}
.AnyTagClassName
{
color: #D9BA22;
}
</style>
background-color css
<style>
a { background-color: #D9BA22; }
a { background-color: rgb(217,186,34); }
div.DivClassName
{
background-color: #D9BA22;
}
.BgClassName
{
background-color: #D9BA22;
}
</style>
border-color css
<style>
span { border-color: #D9BA22; }
span { border-color: rgb(217,186,34); }
td.TdClassName
{
border-color: #D9BA22;
}
.TagClassName
{
border-color: #D9BA22;
}
</style>