Shades of Sunflower #DFBE04
Tints of Sunflower #DFBE04
RGB
CMYK
RGB Variations
Color information
#DFBE04 (or 0xDFBE04) is known color: Sunflower. HEX triplet: DF, BE and 04. RGB value is (223,190,4). Sum of RGB (Red+Green+Blue) = 223+190+4=417 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.48% from 417); Green value is 190 (74.61% from 255 or 45.56% from 417); Blue value is 4 (1.95% from 255 or 0.96% from 417); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBE04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFBE04 is #2041FB. Grayscale: #B3B3B3. Windows color (decimal): -2114044 or 311007. OLE color: 311007.
HSL color Cylindrical-coordinate representation of color #DFBE04: hue angle of 50.96º 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 #DFBE04 is Cyan = 0, Magento = 0.15, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 190 | 4 | - |
| CMYK | 0 | 0.15 | 0.98 | 0.13 |
| HSL | 50.96º | 0.96% | 0.45% | - |
| HSV(B) | 50.96º | 0.98% | 0.87% | - |
| XYZ | 48.87 | 52.52 | 7.68 | - |
| YUV | 178.66 | 29.43 | 159.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 190 | 4 | 0 | 0.15 | 0.98 | 0.13 | 50.96 | 0.96 | 0.45 |
| Hex | DF | BE | 4 | 0 | F | 62 | D | 33 | 60 | 2D |
| Octal | 337 | 276 | 4 | 0 | 17 | 142 | 15 | 63 | 140 | 55 |
| Binary | 11011111 | 10111110 | 100 | 0 | 1111 | 1100010 | 1101 | 110011 | 1100000 | 101101 |
Color Harmonies of #DFBE04
Complementary color
Monochromatic Colors of #DFBE04
Black with #DFBE04
Text Example
Text Example
White with #DFBE04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBE04; }
p { color: rgb(223,190,4); }
H1.HeaderClassName
{
color: #DFBE04;
}
.AnyTagClassName
{
color: #DFBE04;
}
</style>
background-color css
<style>
a { background-color: #DFBE04; }
a { background-color: rgb(223,190,4); }
div.DivClassName
{
background-color: #DFBE04;
}
.BgClassName
{
background-color: #DFBE04;
}
</style>
border-color css
<style>
span { border-color: #DFBE04; }
span { border-color: rgb(223,190,4); }
td.TdClassName
{
border-color: #DFBE04;
}
.TagClassName
{
border-color: #DFBE04;
}
</style>