Shades of Sunflower #DFBE1C
Tints of Sunflower #DFBE1C
RGB
CMYK
RGB Variations
Color information
#DFBE1C (or 0xDFBE1C) is known color: Sunflower. HEX triplet: DF, BE and 1C. RGB value is (223,190,28). Sum of RGB (Red+Green+Blue) = 223+190+28=441 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.57% from 441); Green value is 190 (74.61% from 255 or 43.08% from 441); Blue value is 28 (11.33% from 255 or 6.35% from 441); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBE1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFBE1C is #2041E3. Grayscale: #B6B6B6. Windows color (decimal): -2114020 or 1883871. OLE color: 1883871.
HSL color Cylindrical-coordinate representation of color #DFBE1C: hue angle of 49.85º degrees, saturation: 0.78, 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 #DFBE1C is Cyan = 0, Magento = 0.15, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 190 | 28 | - |
| CMYK | 0 | 0.15 | 0.87 | 0.13 |
| HSL | 49.85º | 0.78% | 0.49% | - |
| HSV(B) | 49.85º | 0.87% | 0.87% | - |
| XYZ | 49.05 | 52.6 | 8.67 | - |
| YUV | 181.4 | 41.43 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 190 | 28 | 0 | 0.15 | 0.87 | 0.13 | 49.85 | 0.78 | 0.49 |
| Hex | DF | BE | 1C | 0 | F | 57 | D | 32 | 4E | 31 |
| Octal | 337 | 276 | 34 | 0 | 17 | 127 | 15 | 62 | 116 | 61 |
| Binary | 11011111 | 10111110 | 11100 | 0 | 1111 | 1010111 | 1101 | 110010 | 1001110 | 110001 |
Color Harmonies of #DFBE1C
Complementary color
Monochromatic Colors of #DFBE1C
Black with #DFBE1C
Text Example
Text Example
White with #DFBE1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBE1C; }
p { color: rgb(223,190,28); }
H1.HeaderClassName
{
color: #DFBE1C;
}
.AnyTagClassName
{
color: #DFBE1C;
}
</style>
background-color css
<style>
a { background-color: #DFBE1C; }
a { background-color: rgb(223,190,28); }
div.DivClassName
{
background-color: #DFBE1C;
}
.BgClassName
{
background-color: #DFBE1C;
}
</style>
border-color css
<style>
span { border-color: #DFBE1C; }
span { border-color: rgb(223,190,28); }
td.TdClassName
{
border-color: #DFBE1C;
}
.TagClassName
{
border-color: #DFBE1C;
}
</style>