Shades of Sunflower #DFBE20
Tints of Sunflower #DFBE20
RGB
CMYK
RGB Variations
Color information
#DFBE20 (or 0xDFBE20) is known color: Sunflower. HEX triplet: DF, BE and 20. RGB value is (223,190,32). Sum of RGB (Red+Green+Blue) = 223+190+32=445 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.11% from 445); Green value is 190 (74.61% from 255 or 42.70% from 445); Blue value is 32 (12.89% from 255 or 7.19% from 445); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBE20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFBE20 is #2041DF. Grayscale: #B6B6B6. Windows color (decimal): -2114016 or 2146015. OLE color: 2146015.
HSL color Cylindrical-coordinate representation of color #DFBE20: hue angle of 49.63º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DFBE20 is Cyan = 0, Magento = 0.15, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 190 | 32 | - |
| CMYK | 0 | 0.15 | 0.86 | 0.13 |
| HSL | 49.63º | 0.75% | 0.5% | - |
| HSV(B) | 49.63º | 0.86% | 0.87% | - |
| XYZ | 49.11 | 52.62 | 8.93 | - |
| YUV | 181.86 | 43.43 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 190 | 32 | 0 | 0.15 | 0.86 | 0.13 | 49.63 | 0.75 | 0.5 |
| Hex | DF | BE | 20 | 0 | F | 56 | D | 32 | 4B | 32 |
| Octal | 337 | 276 | 40 | 0 | 17 | 126 | 15 | 62 | 113 | 62 |
| Binary | 11011111 | 10111110 | 100000 | 0 | 1111 | 1010110 | 1101 | 110010 | 1001011 | 110010 |
Color Harmonies of #DFBE20
Complementary color
Monochromatic Colors of #DFBE20
Black with #DFBE20
Text Example
Text Example
White with #DFBE20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBE20; }
p { color: rgb(223,190,32); }
H1.HeaderClassName
{
color: #DFBE20;
}
.AnyTagClassName
{
color: #DFBE20;
}
</style>
background-color css
<style>
a { background-color: #DFBE20; }
a { background-color: rgb(223,190,32); }
div.DivClassName
{
background-color: #DFBE20;
}
.BgClassName
{
background-color: #DFBE20;
}
</style>
border-color css
<style>
span { border-color: #DFBE20; }
span { border-color: rgb(223,190,32); }
td.TdClassName
{
border-color: #DFBE20;
}
.TagClassName
{
border-color: #DFBE20;
}
</style>