Shades of Sunflower #D9BE2B
Tints of Sunflower #D9BE2B
RGB
CMYK
RGB Variations
Color information
#D9BE2B (or 0xD9BE2B) is known color: Sunflower. HEX triplet: D9, BE and 2B. RGB value is (217,190,43). Sum of RGB (Red+Green+Blue) = 217+190+43=450 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.22% from 450); Green value is 190 (74.61% from 255 or 42.22% from 450); Blue value is 43 (17.19% from 255 or 9.56% from 450); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BE2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9BE2B is #2641D4. Grayscale: #B5B5B5. Windows color (decimal): -2507221 or 2866905. OLE color: 2866905.
HSL color Cylindrical-coordinate representation of color #D9BE2B: hue angle of 50.69º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D9BE2B is Cyan = 0, Magento = 0.12, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 190 | 43 | - |
| CMYK | 0 | 0.12 | 0.80 | 0.15 |
| HSL | 50.69º | 0.7% | 0.51% | - |
| HSV(B) | 50.69º | 0.8% | 0.85% | - |
| XYZ | 47.46 | 51.75 | 9.77 | - |
| YUV | 181.32 | 49.95 | 153.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 190 | 43 | 0 | 0.12 | 0.80 | 0.15 | 50.69 | 0.7 | 0.51 |
| Hex | D9 | BE | 2B | 0 | C | 50 | F | 33 | 46 | 33 |
| Octal | 331 | 276 | 53 | 0 | 14 | 120 | 17 | 63 | 106 | 63 |
| Binary | 11011001 | 10111110 | 101011 | 0 | 1100 | 1010000 | 1111 | 110011 | 1000110 | 110011 |
Color Harmonies of #D9BE2B
Complementary color
Monochromatic Colors of #D9BE2B
Black with #D9BE2B
Text Example
Text Example
White with #D9BE2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BE2B; }
p { color: rgb(217,190,43); }
H1.HeaderClassName
{
color: #D9BE2B;
}
.AnyTagClassName
{
color: #D9BE2B;
}
</style>
background-color css
<style>
a { background-color: #D9BE2B; }
a { background-color: rgb(217,190,43); }
div.DivClassName
{
background-color: #D9BE2B;
}
.BgClassName
{
background-color: #D9BE2B;
}
</style>
border-color css
<style>
span { border-color: #D9BE2B; }
span { border-color: rgb(217,190,43); }
td.TdClassName
{
border-color: #D9BE2B;
}
.TagClassName
{
border-color: #D9BE2B;
}
</style>