Shades of Sunflower #DFBE03
Tints of Sunflower #DFBE03
RGB
CMYK
RGB Variations
Color information
#DFBE03 (or 0xDFBE03) is known color: Sunflower. HEX triplet: DF, BE and 03. RGB value is (223,190,3). Sum of RGB (Red+Green+Blue) = 223+190+3=416 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.61% from 416); Green value is 190 (74.61% from 255 or 45.67% from 416); Blue value is 3 (1.56% from 255 or 0.72% from 416); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBE03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFBE03 is #2041FC. Grayscale: #B3B3B3. Windows color (decimal): -2114045 or 245471. OLE color: 245471.
HSL color Cylindrical-coordinate representation of color #DFBE03: hue angle of 51º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DFBE03 is Cyan = 0, Magento = 0.15, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 190 | 3 | - |
| CMYK | 0 | 0.15 | 0.99 | 0.13 |
| HSL | 51º | 0.97% | 0.44% | - |
| HSV(B) | 51º | 0.99% | 0.87% | - |
| XYZ | 48.86 | 52.52 | 7.65 | - |
| YUV | 178.55 | 28.93 | 159.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 190 | 3 | 0 | 0.15 | 0.99 | 0.13 | 51 | 0.97 | 0.44 |
| Hex | DF | BE | 3 | 0 | F | 63 | D | 33 | 61 | 2C |
| Octal | 337 | 276 | 3 | 0 | 17 | 143 | 15 | 63 | 141 | 54 |
| Binary | 11011111 | 10111110 | 11 | 0 | 1111 | 1100011 | 1101 | 110011 | 1100001 | 101100 |
Color Harmonies of #DFBE03
Complementary color
Monochromatic Colors of #DFBE03
Black with #DFBE03
Text Example
Text Example
White with #DFBE03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBE03; }
p { color: rgb(223,190,3); }
H1.HeaderClassName
{
color: #DFBE03;
}
.AnyTagClassName
{
color: #DFBE03;
}
</style>
background-color css
<style>
a { background-color: #DFBE03; }
a { background-color: rgb(223,190,3); }
div.DivClassName
{
background-color: #DFBE03;
}
.BgClassName
{
background-color: #DFBE03;
}
</style>
border-color css
<style>
span { border-color: #DFBE03; }
span { border-color: rgb(223,190,3); }
td.TdClassName
{
border-color: #DFBE03;
}
.TagClassName
{
border-color: #DFBE03;
}
</style>