Shades of Sunflower #DFBE1A
Tints of Sunflower #DFBE1A
RGB
CMYK
RGB Variations
Color information
#DFBE1A (or 0xDFBE1A) is known color: Sunflower. HEX triplet: DF, BE and 1A. RGB value is (223,190,26). Sum of RGB (Red+Green+Blue) = 223+190+26=439 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.80% from 439); Green value is 190 (74.61% from 255 or 43.28% from 439); Blue value is 26 (10.55% from 255 or 5.92% from 439); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBE1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFBE1A is #2041E5. Grayscale: #B5B5B5. Windows color (decimal): -2114022 or 1752799. OLE color: 1752799.
HSL color Cylindrical-coordinate representation of color #DFBE1A: hue angle of 49.95º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DFBE1A is Cyan = 0, Magento = 0.15, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 190 | 26 | - |
| CMYK | 0 | 0.15 | 0.88 | 0.13 |
| HSL | 49.95º | 0.79% | 0.49% | - |
| HSV(B) | 49.95º | 0.88% | 0.87% | - |
| XYZ | 49.03 | 52.59 | 8.54 | - |
| YUV | 181.17 | 40.43 | 157.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 190 | 26 | 0 | 0.15 | 0.88 | 0.13 | 49.95 | 0.79 | 0.49 |
| Hex | DF | BE | 1A | 0 | F | 58 | D | 32 | 4F | 31 |
| Octal | 337 | 276 | 32 | 0 | 17 | 130 | 15 | 62 | 117 | 61 |
| Binary | 11011111 | 10111110 | 11010 | 0 | 1111 | 1011000 | 1101 | 110010 | 1001111 | 110001 |
Color Harmonies of #DFBE1A
Complementary color
Monochromatic Colors of #DFBE1A
Black with #DFBE1A
Text Example
Text Example
White with #DFBE1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBE1A; }
p { color: rgb(223,190,26); }
H1.HeaderClassName
{
color: #DFBE1A;
}
.AnyTagClassName
{
color: #DFBE1A;
}
</style>
background-color css
<style>
a { background-color: #DFBE1A; }
a { background-color: rgb(223,190,26); }
div.DivClassName
{
background-color: #DFBE1A;
}
.BgClassName
{
background-color: #DFBE1A;
}
</style>
border-color css
<style>
span { border-color: #DFBE1A; }
span { border-color: rgb(223,190,26); }
td.TdClassName
{
border-color: #DFBE1A;
}
.TagClassName
{
border-color: #DFBE1A;
}
</style>