Shades of Sunflower #DFBE0B
Tints of Sunflower #DFBE0B
RGB
CMYK
RGB Variations
Color information
#DFBE0B (or 0xDFBE0B) is known color: Sunflower. HEX triplet: DF, BE and 0B. RGB value is (223,190,11). Sum of RGB (Red+Green+Blue) = 223+190+11=424 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.59% from 424); Green value is 190 (74.61% from 255 or 44.81% from 424); Blue value is 11 (4.69% from 255 or 2.59% from 424); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBE0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFBE0B is #2041F4. Grayscale: #B4B4B4. Windows color (decimal): -2114037 or 769759. OLE color: 769759.
HSL color Cylindrical-coordinate representation of color #DFBE0B: hue angle of 50.66º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DFBE0B is Cyan = 0, Magento = 0.15, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 190 | 11 | - |
| CMYK | 0 | 0.15 | 0.95 | 0.13 |
| HSL | 50.66º | 0.91% | 0.46% | - |
| HSV(B) | 50.66º | 0.95% | 0.87% | - |
| XYZ | 48.91 | 52.54 | 7.88 | - |
| YUV | 179.46 | 32.93 | 159.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 190 | 11 | 0 | 0.15 | 0.95 | 0.13 | 50.66 | 0.91 | 0.46 |
| Hex | DF | BE | B | 0 | F | 5F | D | 33 | 5B | 2E |
| Octal | 337 | 276 | 13 | 0 | 17 | 137 | 15 | 63 | 133 | 56 |
| Binary | 11011111 | 10111110 | 1011 | 0 | 1111 | 1011111 | 1101 | 110011 | 1011011 | 101110 |
Color Harmonies of #DFBE0B
Complementary color
Monochromatic Colors of #DFBE0B
Black with #DFBE0B
Text Example
Text Example
White with #DFBE0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBE0B; }
p { color: rgb(223,190,11); }
H1.HeaderClassName
{
color: #DFBE0B;
}
.AnyTagClassName
{
color: #DFBE0B;
}
</style>
background-color css
<style>
a { background-color: #DFBE0B; }
a { background-color: rgb(223,190,11); }
div.DivClassName
{
background-color: #DFBE0B;
}
.BgClassName
{
background-color: #DFBE0B;
}
</style>
border-color css
<style>
span { border-color: #DFBE0B; }
span { border-color: rgb(223,190,11); }
td.TdClassName
{
border-color: #DFBE0B;
}
.TagClassName
{
border-color: #DFBE0B;
}
</style>