Shades of Sunflower #DFBE05
Tints of Sunflower #DFBE05
RGB
CMYK
RGB Variations
Color information
#DFBE05 (or 0xDFBE05) is known color: Sunflower. HEX triplet: DF, BE and 05. RGB value is (223,190,5). Sum of RGB (Red+Green+Blue) = 223+190+5=418 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.35% from 418); Green value is 190 (74.61% from 255 or 45.45% from 418); Blue value is 5 (2.34% from 255 or 1.20% from 418); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBE05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFBE05 is #2041FA. Grayscale: #B3B3B3. Windows color (decimal): -2114043 or 376543. OLE color: 376543.
HSL color Cylindrical-coordinate representation of color #DFBE05: hue angle of 50.92º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DFBE05 is Cyan = 0, Magento = 0.15, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 190 | 5 | - |
| CMYK | 0 | 0.15 | 0.98 | 0.13 |
| HSL | 50.92º | 0.96% | 0.45% | - |
| HSV(B) | 50.92º | 0.98% | 0.87% | - |
| XYZ | 48.87 | 52.53 | 7.71 | - |
| YUV | 178.78 | 29.93 | 159.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 190 | 5 | 0 | 0.15 | 0.98 | 0.13 | 50.92 | 0.96 | 0.45 |
| Hex | DF | BE | 5 | 0 | F | 62 | D | 33 | 60 | 2D |
| Octal | 337 | 276 | 5 | 0 | 17 | 142 | 15 | 63 | 140 | 55 |
| Binary | 11011111 | 10111110 | 101 | 0 | 1111 | 1100010 | 1101 | 110011 | 1100000 | 101101 |
Color Harmonies of #DFBE05
Complementary color
Monochromatic Colors of #DFBE05
Black with #DFBE05
Text Example
Text Example
White with #DFBE05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBE05; }
p { color: rgb(223,190,5); }
H1.HeaderClassName
{
color: #DFBE05;
}
.AnyTagClassName
{
color: #DFBE05;
}
</style>
background-color css
<style>
a { background-color: #DFBE05; }
a { background-color: rgb(223,190,5); }
div.DivClassName
{
background-color: #DFBE05;
}
.BgClassName
{
background-color: #DFBE05;
}
</style>
border-color css
<style>
span { border-color: #DFBE05; }
span { border-color: rgb(223,190,5); }
td.TdClassName
{
border-color: #DFBE05;
}
.TagClassName
{
border-color: #DFBE05;
}
</style>