Shades of Sunflower #DFBC23
Tints of Sunflower #DFBC23
RGB
CMYK
RGB Variations
Color information
#DFBC23 (or 0xDFBC23) is known color: Sunflower. HEX triplet: DF, BC and 23. RGB value is (223,188,35). Sum of RGB (Red+Green+Blue) = 223+188+35=446 (59% of max value = 765). Red value is 223 (87.5% from 255 or 50% from 446); Green value is 188 (73.83% from 255 or 42.15% from 446); Blue value is 35 (14.06% from 255 or 7.85% from 446); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBC23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFBC23 is #2043DC. Grayscale: #B5B5B5. Windows color (decimal): -2114525 or 2342111. OLE color: 2342111.
HSL color Cylindrical-coordinate representation of color #DFBC23: hue angle of 48.83º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DFBC23 is Cyan = 0, Magento = 0.16, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 188 | 35 | - |
| CMYK | 0 | 0.16 | 0.84 | 0.13 |
| HSL | 48.83º | 0.75% | 0.51% | - |
| HSV(B) | 48.83º | 0.84% | 0.87% | - |
| XYZ | 48.72 | 51.78 | 9.02 | - |
| YUV | 181.02 | 45.6 | 157.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 188 | 35 | 0 | 0.16 | 0.84 | 0.13 | 48.83 | 0.75 | 0.51 |
| Hex | DF | BC | 23 | 0 | 10 | 54 | D | 31 | 4B | 33 |
| Octal | 337 | 274 | 43 | 0 | 20 | 124 | 15 | 61 | 113 | 63 |
| Binary | 11011111 | 10111100 | 100011 | 0 | 10000 | 1010100 | 1101 | 110001 | 1001011 | 110011 |
Color Harmonies of #DFBC23
Complementary color
Monochromatic Colors of #DFBC23
Black with #DFBC23
Text Example
Text Example
White with #DFBC23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBC23; }
p { color: rgb(223,188,35); }
H1.HeaderClassName
{
color: #DFBC23;
}
.AnyTagClassName
{
color: #DFBC23;
}
</style>
background-color css
<style>
a { background-color: #DFBC23; }
a { background-color: rgb(223,188,35); }
div.DivClassName
{
background-color: #DFBC23;
}
.BgClassName
{
background-color: #DFBC23;
}
</style>
border-color css
<style>
span { border-color: #DFBC23; }
span { border-color: rgb(223,188,35); }
td.TdClassName
{
border-color: #DFBC23;
}
.TagClassName
{
border-color: #DFBC23;
}
</style>