Shades of Sunflower #DFBF10
Tints of Sunflower #DFBF10
RGB
CMYK
RGB Variations
Color information
#DFBF10 (or 0xDFBF10) is known color: Sunflower. HEX triplet: DF, BF and 10. RGB value is (223,191,16). Sum of RGB (Red+Green+Blue) = 223+191+16=430 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.86% from 430); Green value is 191 (75% from 255 or 44.42% from 430); Blue value is 16 (6.64% from 255 or 3.72% from 430); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBF10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFBF10 is #2040EF. Grayscale: #B5B5B5. Windows color (decimal): -2113776 or 1097695. OLE color: 1097695.
HSL color Cylindrical-coordinate representation of color #DFBF10: hue angle of 50.72º 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 #DFBF10 is Cyan = 0, Magento = 0.14, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 191 | 16 | - |
| CMYK | 0 | 0.14 | 0.93 | 0.13 |
| HSL | 50.72º | 0.87% | 0.47% | - |
| HSV(B) | 50.72º | 0.93% | 0.87% | - |
| XYZ | 49.16 | 52.99 | 8.13 | - |
| YUV | 180.62 | 35.1 | 158.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 191 | 16 | 0 | 0.14 | 0.93 | 0.13 | 50.72 | 0.87 | 0.47 |
| Hex | DF | BF | 10 | 0 | E | 5D | D | 33 | 57 | 2F |
| Octal | 337 | 277 | 20 | 0 | 16 | 135 | 15 | 63 | 127 | 57 |
| Binary | 11011111 | 10111111 | 10000 | 0 | 1110 | 1011101 | 1101 | 110011 | 1010111 | 101111 |
Color Harmonies of #DFBF10
Complementary color
Monochromatic Colors of #DFBF10
Black with #DFBF10
Text Example
Text Example
White with #DFBF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBF10; }
p { color: rgb(223,191,16); }
H1.HeaderClassName
{
color: #DFBF10;
}
.AnyTagClassName
{
color: #DFBF10;
}
</style>
background-color css
<style>
a { background-color: #DFBF10; }
a { background-color: rgb(223,191,16); }
div.DivClassName
{
background-color: #DFBF10;
}
.BgClassName
{
background-color: #DFBF10;
}
</style>
border-color css
<style>
span { border-color: #DFBF10; }
span { border-color: rgb(223,191,16); }
td.TdClassName
{
border-color: #DFBF10;
}
.TagClassName
{
border-color: #DFBF10;
}
</style>