Shades of Sunflower #DFBD18
Tints of Sunflower #DFBD18
RGB
CMYK
RGB Variations
Color information
#DFBD18 (or 0xDFBD18) is known color: Sunflower. HEX triplet: DF, BD and 18. RGB value is (223,189,24). Sum of RGB (Red+Green+Blue) = 223+189+24=436 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.15% from 436); Green value is 189 (74.22% from 255 or 43.35% from 436); Blue value is 24 (9.77% from 255 or 5.50% from 436); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBD18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFBD18 is #2042E7. Grayscale: #B5B5B5. Windows color (decimal): -2114280 or 1621471. OLE color: 1621471.
HSL color Cylindrical-coordinate representation of color #DFBD18: hue angle of 49.75º 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 #DFBD18 is Cyan = 0, Magento = 0.15, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 189 | 24 | - |
| CMYK | 0 | 0.15 | 0.89 | 0.13 |
| HSL | 49.75º | 0.81% | 0.48% | - |
| HSV(B) | 49.75º | 0.89% | 0.87% | - |
| XYZ | 48.79 | 52.15 | 8.36 | - |
| YUV | 180.36 | 39.76 | 158.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 189 | 24 | 0 | 0.15 | 0.89 | 0.13 | 49.75 | 0.81 | 0.48 |
| Hex | DF | BD | 18 | 0 | F | 59 | D | 32 | 51 | 30 |
| Octal | 337 | 275 | 30 | 0 | 17 | 131 | 15 | 62 | 121 | 60 |
| Binary | 11011111 | 10111101 | 11000 | 0 | 1111 | 1011001 | 1101 | 110010 | 1010001 | 110000 |
Color Harmonies of #DFBD18
Complementary color
Monochromatic Colors of #DFBD18
Black with #DFBD18
Text Example
Text Example
White with #DFBD18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBD18; }
p { color: rgb(223,189,24); }
H1.HeaderClassName
{
color: #DFBD18;
}
.AnyTagClassName
{
color: #DFBD18;
}
</style>
background-color css
<style>
a { background-color: #DFBD18; }
a { background-color: rgb(223,189,24); }
div.DivClassName
{
background-color: #DFBD18;
}
.BgClassName
{
background-color: #DFBD18;
}
</style>
border-color css
<style>
span { border-color: #DFBD18; }
span { border-color: rgb(223,189,24); }
td.TdClassName
{
border-color: #DFBD18;
}
.TagClassName
{
border-color: #DFBD18;
}
</style>