Shades of Sunflower #DFBE0F
Tints of Sunflower #DFBE0F
RGB
CMYK
RGB Variations
Color information
#DFBE0F (or 0xDFBE0F) is known color: Sunflower. HEX triplet: DF, BE and 0F. RGB value is (223,190,15). Sum of RGB (Red+Green+Blue) = 223+190+15=428 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.10% from 428); Green value is 190 (74.61% from 255 or 44.39% from 428); Blue value is 15 (6.25% from 255 or 3.50% from 428); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBE0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFBE0F is #2041F0. Grayscale: #B4B4B4. Windows color (decimal): -2114033 or 1031903. OLE color: 1031903.
HSL color Cylindrical-coordinate representation of color #DFBE0F: hue angle of 50.48º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DFBE0F is Cyan = 0, Magento = 0.15, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 190 | 15 | - |
| CMYK | 0 | 0.15 | 0.93 | 0.13 |
| HSL | 50.48º | 0.87% | 0.47% | - |
| HSV(B) | 50.48º | 0.93% | 0.87% | - |
| XYZ | 48.93 | 52.55 | 8.02 | - |
| YUV | 179.92 | 34.93 | 158.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 190 | 15 | 0 | 0.15 | 0.93 | 0.13 | 50.48 | 0.87 | 0.47 |
| Hex | DF | BE | F | 0 | F | 5D | D | 32 | 57 | 2F |
| Octal | 337 | 276 | 17 | 0 | 17 | 135 | 15 | 62 | 127 | 57 |
| Binary | 11011111 | 10111110 | 1111 | 0 | 1111 | 1011101 | 1101 | 110010 | 1010111 | 101111 |
Color Harmonies of #DFBE0F
Complementary color
Monochromatic Colors of #DFBE0F
Black with #DFBE0F
Text Example
Text Example
White with #DFBE0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBE0F; }
p { color: rgb(223,190,15); }
H1.HeaderClassName
{
color: #DFBE0F;
}
.AnyTagClassName
{
color: #DFBE0F;
}
</style>
background-color css
<style>
a { background-color: #DFBE0F; }
a { background-color: rgb(223,190,15); }
div.DivClassName
{
background-color: #DFBE0F;
}
.BgClassName
{
background-color: #DFBE0F;
}
</style>
border-color css
<style>
span { border-color: #DFBE0F; }
span { border-color: rgb(223,190,15); }
td.TdClassName
{
border-color: #DFBE0F;
}
.TagClassName
{
border-color: #DFBE0F;
}
</style>