Shades of Sunflower #DFBB07
Tints of Sunflower #DFBB07
RGB
CMYK
RGB Variations
Color information
#DFBB07 (or 0xDFBB07) is known color: Sunflower. HEX triplet: DF, BB and 07. RGB value is (223,187,7). Sum of RGB (Red+Green+Blue) = 223+187+7=417 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.48% from 417); Green value is 187 (73.44% from 255 or 44.84% from 417); Blue value is 7 (3.12% from 255 or 1.68% from 417); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBB07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFBB07 is #2044F8. Grayscale: #B2B2B2. Windows color (decimal): -2114809 or 506847. OLE color: 506847.
HSL color Cylindrical-coordinate representation of color #DFBB07: hue angle of 50º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DFBB07 is Cyan = 0, Magento = 0.16, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 187 | 7 | - |
| CMYK | 0 | 0.16 | 0.97 | 0.13 |
| HSL | 50º | 0.94% | 0.45% | - |
| HSV(B) | 50º | 0.97% | 0.87% | - |
| XYZ | 48.24 | 51.24 | 7.55 | - |
| YUV | 177.24 | 31.93 | 160.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 187 | 7 | 0 | 0.16 | 0.97 | 0.13 | 50 | 0.94 | 0.45 |
| Hex | DF | BB | 7 | 0 | 10 | 61 | D | 32 | 5E | 2D |
| Octal | 337 | 273 | 7 | 0 | 20 | 141 | 15 | 62 | 136 | 55 |
| Binary | 11011111 | 10111011 | 111 | 0 | 10000 | 1100001 | 1101 | 110010 | 1011110 | 101101 |
Color Harmonies of #DFBB07
Complementary color
Monochromatic Colors of #DFBB07
Black with #DFBB07
Text Example
Text Example
White with #DFBB07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBB07; }
p { color: rgb(223,187,7); }
H1.HeaderClassName
{
color: #DFBB07;
}
.AnyTagClassName
{
color: #DFBB07;
}
</style>
background-color css
<style>
a { background-color: #DFBB07; }
a { background-color: rgb(223,187,7); }
div.DivClassName
{
background-color: #DFBB07;
}
.BgClassName
{
background-color: #DFBB07;
}
</style>
border-color css
<style>
span { border-color: #DFBB07; }
span { border-color: rgb(223,187,7); }
td.TdClassName
{
border-color: #DFBB07;
}
.TagClassName
{
border-color: #DFBB07;
}
</style>