Shades of Sunflower #DFBC22
Tints of Sunflower #DFBC22
RGB
CMYK
RGB Variations
Color information
#DFBC22 (or 0xDFBC22) is known color: Sunflower. HEX triplet: DF, BC and 22. RGB value is (223,188,34). Sum of RGB (Red+Green+Blue) = 223+188+34=445 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.11% from 445); Green value is 188 (73.83% from 255 or 42.25% from 445); Blue value is 34 (13.67% from 255 or 7.64% from 445); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBC22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFBC22 is #2043DD. Grayscale: #B5B5B5. Windows color (decimal): -2114526 or 2276575. OLE color: 2276575.
HSL color Cylindrical-coordinate representation of color #DFBC22: hue angle of 48.89º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DFBC22 is Cyan = 0, Magento = 0.16, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 188 | 34 | - |
| CMYK | 0 | 0.16 | 0.85 | 0.13 |
| HSL | 48.89º | 0.75% | 0.5% | - |
| HSV(B) | 48.89º | 0.85% | 0.87% | - |
| XYZ | 48.7 | 51.77 | 8.94 | - |
| YUV | 180.91 | 45.1 | 158.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 188 | 34 | 0 | 0.16 | 0.85 | 0.13 | 48.89 | 0.75 | 0.5 |
| Hex | DF | BC | 22 | 0 | 10 | 55 | D | 31 | 4B | 32 |
| Octal | 337 | 274 | 42 | 0 | 20 | 125 | 15 | 61 | 113 | 62 |
| Binary | 11011111 | 10111100 | 100010 | 0 | 10000 | 1010101 | 1101 | 110001 | 1001011 | 110010 |
Color Harmonies of #DFBC22
Complementary color
Monochromatic Colors of #DFBC22
Black with #DFBC22
Text Example
Text Example
White with #DFBC22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBC22; }
p { color: rgb(223,188,34); }
H1.HeaderClassName
{
color: #DFBC22;
}
.AnyTagClassName
{
color: #DFBC22;
}
</style>
background-color css
<style>
a { background-color: #DFBC22; }
a { background-color: rgb(223,188,34); }
div.DivClassName
{
background-color: #DFBC22;
}
.BgClassName
{
background-color: #DFBC22;
}
</style>
border-color css
<style>
span { border-color: #DFBC22; }
span { border-color: rgb(223,188,34); }
td.TdClassName
{
border-color: #DFBC22;
}
.TagClassName
{
border-color: #DFBC22;
}
</style>