Shades of Sunflower #DFCB0E
Tints of Sunflower #DFCB0E
RGB
CMYK
RGB Variations
Color information
#DFCB0E (or 0xDFCB0E) is known color: Sunflower. HEX triplet: DF, CB and 0E. RGB value is (223,203,14). Sum of RGB (Red+Green+Blue) = 223+203+14=440 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.68% from 440); Green value is 203 (79.69% from 255 or 46.14% from 440); Blue value is 14 (5.86% from 255 or 3.18% from 440); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCB0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFCB0E is #2034F1. Grayscale: #BCBCBC. Windows color (decimal): -2110706 or 969695. OLE color: 969695.
HSL color Cylindrical-coordinate representation of color #DFCB0E: hue angle of 54.26º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DFCB0E is Cyan = 0, Magento = 0.09, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 203 | 14 | - |
| CMYK | 0 | 0.09 | 0.94 | 0.13 |
| HSL | 54.26º | 0.88% | 0.46% | - |
| HSV(B) | 54.26º | 0.94% | 0.87% | - |
| XYZ | 51.87 | 58.43 | 8.96 | - |
| YUV | 187.43 | 30.13 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 203 | 14 | 0 | 0.09 | 0.94 | 0.13 | 54.26 | 0.88 | 0.46 |
| Hex | DF | CB | E | 0 | 9 | 5E | D | 36 | 58 | 2E |
| Octal | 337 | 313 | 16 | 0 | 11 | 136 | 15 | 66 | 130 | 56 |
| Binary | 11011111 | 11001011 | 1110 | 0 | 1001 | 1011110 | 1101 | 110110 | 1011000 | 101110 |
Color Harmonies of #DFCB0E
Complementary color
Monochromatic Colors of #DFCB0E
Black with #DFCB0E
Text Example
Text Example
White with #DFCB0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCB0E; }
p { color: rgb(223,203,14); }
H1.HeaderClassName
{
color: #DFCB0E;
}
.AnyTagClassName
{
color: #DFCB0E;
}
</style>
background-color css
<style>
a { background-color: #DFCB0E; }
a { background-color: rgb(223,203,14); }
div.DivClassName
{
background-color: #DFCB0E;
}
.BgClassName
{
background-color: #DFCB0E;
}
</style>
border-color css
<style>
span { border-color: #DFCB0E; }
span { border-color: rgb(223,203,14); }
td.TdClassName
{
border-color: #DFCB0E;
}
.TagClassName
{
border-color: #DFCB0E;
}
</style>