Shades of Sunflower #D9BE16
Tints of Sunflower #D9BE16
RGB
CMYK
RGB Variations
Color information
#D9BE16 (or 0xD9BE16) is known color: Sunflower. HEX triplet: D9, BE and 16. RGB value is (217,190,22). Sum of RGB (Red+Green+Blue) = 217+190+22=429 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.58% from 429); Green value is 190 (74.61% from 255 or 44.29% from 429); Blue value is 22 (8.98% from 255 or 5.13% from 429); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BE16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9BE16 is #2641E9. Grayscale: #B3B3B3. Windows color (decimal): -2507242 or 1490649. OLE color: 1490649.
HSL color Cylindrical-coordinate representation of color #D9BE16: hue angle of 51.69º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D9BE16 is Cyan = 0, Magento = 0.12, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 190 | 22 | - |
| CMYK | 0 | 0.12 | 0.90 | 0.15 |
| HSL | 51.69º | 0.82% | 0.47% | - |
| HSV(B) | 51.69º | 0.9% | 0.85% | - |
| XYZ | 47.17 | 51.64 | 8.24 | - |
| YUV | 178.92 | 39.45 | 155.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 190 | 22 | 0 | 0.12 | 0.90 | 0.15 | 51.69 | 0.82 | 0.47 |
| Hex | D9 | BE | 16 | 0 | C | 5A | F | 34 | 52 | 2F |
| Octal | 331 | 276 | 26 | 0 | 14 | 132 | 17 | 64 | 122 | 57 |
| Binary | 11011001 | 10111110 | 10110 | 0 | 1100 | 1011010 | 1111 | 110100 | 1010010 | 101111 |
Color Harmonies of #D9BE16
Complementary color
Monochromatic Colors of #D9BE16
Black with #D9BE16
Text Example
Text Example
White with #D9BE16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BE16; }
p { color: rgb(217,190,22); }
H1.HeaderClassName
{
color: #D9BE16;
}
.AnyTagClassName
{
color: #D9BE16;
}
</style>
background-color css
<style>
a { background-color: #D9BE16; }
a { background-color: rgb(217,190,22); }
div.DivClassName
{
background-color: #D9BE16;
}
.BgClassName
{
background-color: #D9BE16;
}
</style>
border-color css
<style>
span { border-color: #D9BE16; }
span { border-color: rgb(217,190,22); }
td.TdClassName
{
border-color: #D9BE16;
}
.TagClassName
{
border-color: #D9BE16;
}
</style>