Shades of Sunflower #DFCB18
Tints of Sunflower #DFCB18
RGB
CMYK
RGB Variations
Color information
#DFCB18 (or 0xDFCB18) is known color: Sunflower. HEX triplet: DF, CB and 18. RGB value is (223,203,24). Sum of RGB (Red+Green+Blue) = 223+203+24=450 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.56% from 450); Green value is 203 (79.69% from 255 or 45.11% from 450); Blue value is 24 (9.77% from 255 or 5.33% from 450); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCB18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFCB18 is #2034E7. Grayscale: #BDBDBD. Windows color (decimal): -2110696 or 1625055. OLE color: 1625055.
HSL color Cylindrical-coordinate representation of color #DFCB18: hue angle of 53.97º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DFCB18 is Cyan = 0, Magento = 0.09, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 203 | 24 | - |
| CMYK | 0 | 0.09 | 0.89 | 0.13 |
| HSL | 53.97º | 0.81% | 0.48% | - |
| HSV(B) | 53.97º | 0.89% | 0.87% | - |
| XYZ | 51.95 | 58.47 | 9.41 | - |
| YUV | 188.57 | 35.13 | 152.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 203 | 24 | 0 | 0.09 | 0.89 | 0.13 | 53.97 | 0.81 | 0.48 |
| Hex | DF | CB | 18 | 0 | 9 | 59 | D | 36 | 51 | 30 |
| Octal | 337 | 313 | 30 | 0 | 11 | 131 | 15 | 66 | 121 | 60 |
| Binary | 11011111 | 11001011 | 11000 | 0 | 1001 | 1011001 | 1101 | 110110 | 1010001 | 110000 |
Color Harmonies of #DFCB18
Complementary color
Monochromatic Colors of #DFCB18
Black with #DFCB18
Text Example
Text Example
White with #DFCB18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCB18; }
p { color: rgb(223,203,24); }
H1.HeaderClassName
{
color: #DFCB18;
}
.AnyTagClassName
{
color: #DFCB18;
}
</style>
background-color css
<style>
a { background-color: #DFCB18; }
a { background-color: rgb(223,203,24); }
div.DivClassName
{
background-color: #DFCB18;
}
.BgClassName
{
background-color: #DFCB18;
}
</style>
border-color css
<style>
span { border-color: #DFCB18; }
span { border-color: rgb(223,203,24); }
td.TdClassName
{
border-color: #DFCB18;
}
.TagClassName
{
border-color: #DFCB18;
}
</style>