Shades of Sunflower #DFBE1D
Tints of Sunflower #DFBE1D
RGB
CMYK
RGB Variations
Color information
#DFBE1D (or 0xDFBE1D) is known color: Sunflower. HEX triplet: DF, BE and 1D. RGB value is (223,190,29). Sum of RGB (Red+Green+Blue) = 223+190+29=442 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.45% from 442); Green value is 190 (74.61% from 255 or 42.99% from 442); Blue value is 29 (11.72% from 255 or 6.56% from 442); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBE1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFBE1D is #2041E2. Grayscale: #B6B6B6. Windows color (decimal): -2114019 or 1949407. OLE color: 1949407.
HSL color Cylindrical-coordinate representation of color #DFBE1D: hue angle of 49.79º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DFBE1D is Cyan = 0, Magento = 0.15, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 190 | 29 | - |
| CMYK | 0 | 0.15 | 0.87 | 0.13 |
| HSL | 49.79º | 0.77% | 0.49% | - |
| HSV(B) | 49.79º | 0.87% | 0.87% | - |
| XYZ | 49.07 | 52.6 | 8.73 | - |
| YUV | 181.51 | 41.93 | 157.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 190 | 29 | 0 | 0.15 | 0.87 | 0.13 | 49.79 | 0.77 | 0.49 |
| Hex | DF | BE | 1D | 0 | F | 57 | D | 32 | 4D | 31 |
| Octal | 337 | 276 | 35 | 0 | 17 | 127 | 15 | 62 | 115 | 61 |
| Binary | 11011111 | 10111110 | 11101 | 0 | 1111 | 1010111 | 1101 | 110010 | 1001101 | 110001 |
Color Harmonies of #DFBE1D
Complementary color
Monochromatic Colors of #DFBE1D
Black with #DFBE1D
Text Example
Text Example
White with #DFBE1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBE1D; }
p { color: rgb(223,190,29); }
H1.HeaderClassName
{
color: #DFBE1D;
}
.AnyTagClassName
{
color: #DFBE1D;
}
</style>
background-color css
<style>
a { background-color: #DFBE1D; }
a { background-color: rgb(223,190,29); }
div.DivClassName
{
background-color: #DFBE1D;
}
.BgClassName
{
background-color: #DFBE1D;
}
</style>
border-color css
<style>
span { border-color: #DFBE1D; }
span { border-color: rgb(223,190,29); }
td.TdClassName
{
border-color: #DFBE1D;
}
.TagClassName
{
border-color: #DFBE1D;
}
</style>