Shades of Sunflower #DFBE00
Tints of Sunflower #DFBE00
RGB
CMYK
RGB Variations
Color information
#DFBE00 (or 0xDFBE00) is known color: Sunflower. HEX triplet: DF, BE and 00. RGB value is (223,190,0). Sum of RGB (Red+Green+Blue) = 223+190+0=413 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.00% from 413); Green value is 190 (74.61% from 255 or 46.00% from 413); Blue value is 0 (0.39% from 255 or 0% from 413); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBE00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFBE00 is #2041FF. Grayscale: #B3B3B3. Windows color (decimal): -2114048 or 48863. OLE color: 48863.
HSL color Cylindrical-coordinate representation of color #DFBE00: hue angle of 51.12º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DFBE00 is Cyan = 0, Magento = 0.15, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 190 | 0 | - |
| CMYK | 0 | 0.15 | 1 | 0.13 |
| HSL | 51.12º | 1% | 0.44% | - |
| HSV(B) | 51.12º | 1% | 0.87% | - |
| XYZ | 48.84 | 52.51 | 7.56 | - |
| YUV | 178.21 | 27.43 | 159.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 190 | 0 | 0 | 0.15 | 1 | 0.13 | 51.12 | 1 | 0.44 |
| Hex | DF | BE | 0 | 0 | F | 64 | D | 33 | 64 | 2C |
| Octal | 337 | 276 | 0 | 0 | 17 | 144 | 15 | 63 | 144 | 54 |
| Binary | 11011111 | 10111110 | 0 | 0 | 1111 | 1100100 | 1101 | 110011 | 1100100 | 101100 |
Color Harmonies of #DFBE00
Complementary color
Monochromatic Colors of #DFBE00
Black with #DFBE00
Text Example
Text Example
White with #DFBE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBE00; }
p { color: rgb(223,190,0); }
H1.HeaderClassName
{
color: #DFBE00;
}
.AnyTagClassName
{
color: #DFBE00;
}
</style>
background-color css
<style>
a { background-color: #DFBE00; }
a { background-color: rgb(223,190,0); }
div.DivClassName
{
background-color: #DFBE00;
}
.BgClassName
{
background-color: #DFBE00;
}
</style>
border-color css
<style>
span { border-color: #DFBE00; }
span { border-color: rgb(223,190,0); }
td.TdClassName
{
border-color: #DFBE00;
}
.TagClassName
{
border-color: #DFBE00;
}
</style>