Shades of Sunflower #DFBE02
Tints of Sunflower #DFBE02
RGB
CMYK
RGB Variations
Color information
#DFBE02 (or 0xDFBE02) is known color: Sunflower. HEX triplet: DF, BE and 02. RGB value is (223,190,2). Sum of RGB (Red+Green+Blue) = 223+190+2=415 (54% of max value = 765). Red value is 223 (87.5% from 255 or 53.73% from 415); Green value is 190 (74.61% from 255 or 45.78% from 415); Blue value is 2 (1.17% from 255 or 0.48% from 415); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBE02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFBE02 is #2041FD. Grayscale: #B3B3B3. Windows color (decimal): -2114046 or 179935. OLE color: 179935.
HSL color Cylindrical-coordinate representation of color #DFBE02: hue angle of 51.04º degrees, saturation: 0.98, 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 #DFBE02 is Cyan = 0, Magento = 0.15, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 190 | 2 | - |
| CMYK | 0 | 0.15 | 0.99 | 0.13 |
| HSL | 51.04º | 0.98% | 0.44% | - |
| HSV(B) | 51.04º | 0.99% | 0.87% | - |
| XYZ | 48.86 | 52.52 | 7.62 | - |
| YUV | 178.44 | 28.43 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 190 | 2 | 0 | 0.15 | 0.99 | 0.13 | 51.04 | 0.98 | 0.44 |
| Hex | DF | BE | 2 | 0 | F | 63 | D | 33 | 62 | 2C |
| Octal | 337 | 276 | 2 | 0 | 17 | 143 | 15 | 63 | 142 | 54 |
| Binary | 11011111 | 10111110 | 10 | 0 | 1111 | 1100011 | 1101 | 110011 | 1100010 | 101100 |
Color Harmonies of #DFBE02
Complementary color
Monochromatic Colors of #DFBE02
Black with #DFBE02
Text Example
Text Example
White with #DFBE02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBE02; }
p { color: rgb(223,190,2); }
H1.HeaderClassName
{
color: #DFBE02;
}
.AnyTagClassName
{
color: #DFBE02;
}
</style>
background-color css
<style>
a { background-color: #DFBE02; }
a { background-color: rgb(223,190,2); }
div.DivClassName
{
background-color: #DFBE02;
}
.BgClassName
{
background-color: #DFBE02;
}
</style>
border-color css
<style>
span { border-color: #DFBE02; }
span { border-color: rgb(223,190,2); }
td.TdClassName
{
border-color: #DFBE02;
}
.TagClassName
{
border-color: #DFBE02;
}
</style>