Shades of Sunflower #DFCB16
Tints of Sunflower #DFCB16
RGB
CMYK
RGB Variations
Color information
#DFCB16 (or 0xDFCB16) is known color: Sunflower. HEX triplet: DF, CB and 16. RGB value is (223,203,22). Sum of RGB (Red+Green+Blue) = 223+203+22=448 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.78% from 448); Green value is 203 (79.69% from 255 or 45.31% from 448); Blue value is 22 (8.98% from 255 or 4.91% from 448); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCB16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFCB16 is #2034E9. Grayscale: #BDBDBD. Windows color (decimal): -2110698 or 1493983. OLE color: 1493983.
HSL color Cylindrical-coordinate representation of color #DFCB16: hue angle of 54.03º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DFCB16 is Cyan = 0, Magento = 0.09, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 203 | 22 | - |
| CMYK | 0 | 0.09 | 0.90 | 0.13 |
| HSL | 54.03º | 0.82% | 0.48% | - |
| HSV(B) | 54.03º | 0.9% | 0.87% | - |
| XYZ | 51.93 | 58.46 | 9.31 | - |
| YUV | 188.35 | 34.13 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 203 | 22 | 0 | 0.09 | 0.90 | 0.13 | 54.03 | 0.82 | 0.48 |
| Hex | DF | CB | 16 | 0 | 9 | 5A | D | 36 | 52 | 30 |
| Octal | 337 | 313 | 26 | 0 | 11 | 132 | 15 | 66 | 122 | 60 |
| Binary | 11011111 | 11001011 | 10110 | 0 | 1001 | 1011010 | 1101 | 110110 | 1010010 | 110000 |
Color Harmonies of #DFCB16
Complementary color
Monochromatic Colors of #DFCB16
Black with #DFCB16
Text Example
Text Example
White with #DFCB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCB16; }
p { color: rgb(223,203,22); }
H1.HeaderClassName
{
color: #DFCB16;
}
.AnyTagClassName
{
color: #DFCB16;
}
</style>
background-color css
<style>
a { background-color: #DFCB16; }
a { background-color: rgb(223,203,22); }
div.DivClassName
{
background-color: #DFCB16;
}
.BgClassName
{
background-color: #DFCB16;
}
</style>
border-color css
<style>
span { border-color: #DFCB16; }
span { border-color: rgb(223,203,22); }
td.TdClassName
{
border-color: #DFCB16;
}
.TagClassName
{
border-color: #DFCB16;
}
</style>