Shades of Sunflower #DFBF00
Tints of Sunflower #DFBF00
RGB
CMYK
RGB Variations
Color information
#DFBF00 (or 0xDFBF00) is known color: Sunflower. HEX triplet: DF, BF and 00. RGB value is (223,191,0). Sum of RGB (Red+Green+Blue) = 223+191+0=414 (54% of max value = 765). Red value is 223 (87.5% from 255 or 53.86% from 414); Green value is 191 (75% from 255 or 46.14% from 414); Blue value is 0 (0.39% from 255 or 0% from 414); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBF00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFBF00 is #2040FF. Grayscale: #B3B3B3. Windows color (decimal): -2113792 or 49119. OLE color: 49119.
HSL color Cylindrical-coordinate representation of color #DFBF00: hue angle of 51.39º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DFBF00 is Cyan = 0, Magento = 0.14, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 191 | 0 | - |
| CMYK | 0 | 0.14 | 1 | 0.13 |
| HSL | 51.39º | 1% | 0.44% | - |
| HSV(B) | 51.39º | 1% | 0.87% | - |
| XYZ | 49.06 | 52.95 | 7.63 | - |
| YUV | 178.79 | 27.1 | 159.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 191 | 0 | 0 | 0.14 | 1 | 0.13 | 51.39 | 1 | 0.44 |
| Hex | DF | BF | 0 | 0 | E | 64 | D | 33 | 64 | 2C |
| Octal | 337 | 277 | 0 | 0 | 16 | 144 | 15 | 63 | 144 | 54 |
| Binary | 11011111 | 10111111 | 0 | 0 | 1110 | 1100100 | 1101 | 110011 | 1100100 | 101100 |
Color Harmonies of #DFBF00
Complementary color
Monochromatic Colors of #DFBF00
Black with #DFBF00
Text Example
Text Example
White with #DFBF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBF00; }
p { color: rgb(223,191,0); }
H1.HeaderClassName
{
color: #DFBF00;
}
.AnyTagClassName
{
color: #DFBF00;
}
</style>
background-color css
<style>
a { background-color: #DFBF00; }
a { background-color: rgb(223,191,0); }
div.DivClassName
{
background-color: #DFBF00;
}
.BgClassName
{
background-color: #DFBF00;
}
</style>
border-color css
<style>
span { border-color: #DFBF00; }
span { border-color: rgb(223,191,0); }
td.TdClassName
{
border-color: #DFBF00;
}
.TagClassName
{
border-color: #DFBF00;
}
</style>