Shades of Sunflower #DFBE11
Tints of Sunflower #DFBE11
RGB
CMYK
RGB Variations
Color information
#DFBE11 (or 0xDFBE11) is known color: Sunflower. HEX triplet: DF, BE and 11. RGB value is (223,190,17). Sum of RGB (Red+Green+Blue) = 223+190+17=430 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.86% from 430); Green value is 190 (74.61% from 255 or 44.19% from 430); Blue value is 17 (7.03% from 255 or 3.95% from 430); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBE11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFBE11 is #2041EE. Grayscale: #B4B4B4. Windows color (decimal): -2114031 or 1162975. OLE color: 1162975.
HSL color Cylindrical-coordinate representation of color #DFBE11: hue angle of 50.39º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DFBE11 is Cyan = 0, Magento = 0.15, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 190 | 17 | - |
| CMYK | 0 | 0.15 | 0.92 | 0.13 |
| HSL | 50.39º | 0.86% | 0.47% | - |
| HSV(B) | 50.39º | 0.92% | 0.87% | - |
| XYZ | 48.95 | 52.56 | 8.09 | - |
| YUV | 180.15 | 35.93 | 158.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 190 | 17 | 0 | 0.15 | 0.92 | 0.13 | 50.39 | 0.86 | 0.47 |
| Hex | DF | BE | 11 | 0 | F | 5C | D | 32 | 56 | 2F |
| Octal | 337 | 276 | 21 | 0 | 17 | 134 | 15 | 62 | 126 | 57 |
| Binary | 11011111 | 10111110 | 10001 | 0 | 1111 | 1011100 | 1101 | 110010 | 1010110 | 101111 |
Color Harmonies of #DFBE11
Complementary color
Monochromatic Colors of #DFBE11
Black with #DFBE11
Text Example
Text Example
White with #DFBE11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBE11; }
p { color: rgb(223,190,17); }
H1.HeaderClassName
{
color: #DFBE11;
}
.AnyTagClassName
{
color: #DFBE11;
}
</style>
background-color css
<style>
a { background-color: #DFBE11; }
a { background-color: rgb(223,190,17); }
div.DivClassName
{
background-color: #DFBE11;
}
.BgClassName
{
background-color: #DFBE11;
}
</style>
border-color css
<style>
span { border-color: #DFBE11; }
span { border-color: rgb(223,190,17); }
td.TdClassName
{
border-color: #DFBE11;
}
.TagClassName
{
border-color: #DFBE11;
}
</style>