Shades of Sunflower #DFBE07
Tints of Sunflower #DFBE07
RGB
CMYK
RGB Variations
Color information
#DFBE07 (or 0xDFBE07) is known color: Sunflower. HEX triplet: DF, BE and 07. RGB value is (223,190,7). Sum of RGB (Red+Green+Blue) = 223+190+7=420 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.10% from 420); Green value is 190 (74.61% from 255 or 45.24% from 420); Blue value is 7 (3.12% from 255 or 1.67% from 420); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBE07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFBE07 is #2041F8. Grayscale: #B3B3B3. Windows color (decimal): -2114041 or 507615. OLE color: 507615.
HSL color Cylindrical-coordinate representation of color #DFBE07: hue angle of 50.83º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DFBE07 is Cyan = 0, Magento = 0.15, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 190 | 7 | - |
| CMYK | 0 | 0.15 | 0.97 | 0.13 |
| HSL | 50.83º | 0.94% | 0.45% | - |
| HSV(B) | 50.83º | 0.97% | 0.87% | - |
| XYZ | 48.88 | 52.53 | 7.76 | - |
| YUV | 179.01 | 30.93 | 159.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 190 | 7 | 0 | 0.15 | 0.97 | 0.13 | 50.83 | 0.94 | 0.45 |
| Hex | DF | BE | 7 | 0 | F | 61 | D | 33 | 5E | 2D |
| Octal | 337 | 276 | 7 | 0 | 17 | 141 | 15 | 63 | 136 | 55 |
| Binary | 11011111 | 10111110 | 111 | 0 | 1111 | 1100001 | 1101 | 110011 | 1011110 | 101101 |
Color Harmonies of #DFBE07
Complementary color
Monochromatic Colors of #DFBE07
Black with #DFBE07
Text Example
Text Example
White with #DFBE07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBE07; }
p { color: rgb(223,190,7); }
H1.HeaderClassName
{
color: #DFBE07;
}
.AnyTagClassName
{
color: #DFBE07;
}
</style>
background-color css
<style>
a { background-color: #DFBE07; }
a { background-color: rgb(223,190,7); }
div.DivClassName
{
background-color: #DFBE07;
}
.BgClassName
{
background-color: #DFBE07;
}
</style>
border-color css
<style>
span { border-color: #DFBE07; }
span { border-color: rgb(223,190,7); }
td.TdClassName
{
border-color: #DFBE07;
}
.TagClassName
{
border-color: #DFBE07;
}
</style>