Shades of Sunflower #DFBB00
Tints of Sunflower #DFBB00
RGB
CMYK
RGB Variations
Color information
#DFBB00 (or 0xDFBB00) is known color: Sunflower. HEX triplet: DF, BB and 00. RGB value is (223,187,0). Sum of RGB (Red+Green+Blue) = 223+187+0=410 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.39% from 410); Green value is 187 (73.44% from 255 or 45.61% from 410); Blue value is 0 (0.39% from 255 or 0% from 410); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBB00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFBB00 is #2044FF. Grayscale: #B1B1B1. Windows color (decimal): -2114816 or 48095. OLE color: 48095.
HSL color Cylindrical-coordinate representation of color #DFBB00: hue angle of 50.31º 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 #DFBB00 is Cyan = 0, Magento = 0.16, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 187 | 0 | - |
| CMYK | 0 | 0.16 | 1 | 0.13 |
| HSL | 50.31º | 1% | 0.44% | - |
| HSV(B) | 50.31º | 1% | 0.87% | - |
| XYZ | 48.2 | 51.23 | 7.35 | - |
| YUV | 176.45 | 28.43 | 161.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 187 | 0 | 0 | 0.16 | 1 | 0.13 | 50.31 | 1 | 0.44 |
| Hex | DF | BB | 0 | 0 | 10 | 64 | D | 32 | 64 | 2C |
| Octal | 337 | 273 | 0 | 0 | 20 | 144 | 15 | 62 | 144 | 54 |
| Binary | 11011111 | 10111011 | 0 | 0 | 10000 | 1100100 | 1101 | 110010 | 1100100 | 101100 |
Color Harmonies of #DFBB00
Complementary color
Monochromatic Colors of #DFBB00
Black with #DFBB00
Text Example
Text Example
White with #DFBB00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBB00; }
p { color: rgb(223,187,0); }
H1.HeaderClassName
{
color: #DFBB00;
}
.AnyTagClassName
{
color: #DFBB00;
}
</style>
background-color css
<style>
a { background-color: #DFBB00; }
a { background-color: rgb(223,187,0); }
div.DivClassName
{
background-color: #DFBB00;
}
.BgClassName
{
background-color: #DFBB00;
}
</style>
border-color css
<style>
span { border-color: #DFBB00; }
span { border-color: rgb(223,187,0); }
td.TdClassName
{
border-color: #DFBB00;
}
.TagClassName
{
border-color: #DFBB00;
}
</style>