Shades of Sunflower #DFBB10
Tints of Sunflower #DFBB10
RGB
CMYK
RGB Variations
Color information
#DFBB10 (or 0xDFBB10) is known color: Sunflower. HEX triplet: DF, BB and 10. RGB value is (223,187,16). Sum of RGB (Red+Green+Blue) = 223+187+16=426 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.35% from 426); Green value is 187 (73.44% from 255 or 43.90% from 426); Blue value is 16 (6.64% from 255 or 3.76% from 426); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBB10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFBB10 is #2044EF. Grayscale: #B2B2B2. Windows color (decimal): -2114800 or 1096671. OLE color: 1096671.
HSL color Cylindrical-coordinate representation of color #DFBB10: hue angle of 49.57º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DFBB10 is Cyan = 0, Magento = 0.16, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 187 | 16 | - |
| CMYK | 0 | 0.16 | 0.93 | 0.13 |
| HSL | 49.57º | 0.87% | 0.47% | - |
| HSV(B) | 49.57º | 0.93% | 0.87% | - |
| XYZ | 48.3 | 51.27 | 7.84 | - |
| YUV | 178.27 | 36.43 | 159.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 187 | 16 | 0 | 0.16 | 0.93 | 0.13 | 49.57 | 0.87 | 0.47 |
| Hex | DF | BB | 10 | 0 | 10 | 5D | D | 32 | 57 | 2F |
| Octal | 337 | 273 | 20 | 0 | 20 | 135 | 15 | 62 | 127 | 57 |
| Binary | 11011111 | 10111011 | 10000 | 0 | 10000 | 1011101 | 1101 | 110010 | 1010111 | 101111 |
Color Harmonies of #DFBB10
Complementary color
Monochromatic Colors of #DFBB10
Black with #DFBB10
Text Example
Text Example
White with #DFBB10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBB10; }
p { color: rgb(223,187,16); }
H1.HeaderClassName
{
color: #DFBB10;
}
.AnyTagClassName
{
color: #DFBB10;
}
</style>
background-color css
<style>
a { background-color: #DFBB10; }
a { background-color: rgb(223,187,16); }
div.DivClassName
{
background-color: #DFBB10;
}
.BgClassName
{
background-color: #DFBB10;
}
</style>
border-color css
<style>
span { border-color: #DFBB10; }
span { border-color: rgb(223,187,16); }
td.TdClassName
{
border-color: #DFBB10;
}
.TagClassName
{
border-color: #DFBB10;
}
</style>