Shades of Sunflower #DFB210
Tints of Sunflower #DFB210
RGB
CMYK
RGB Variations
Color information
#DFB210 (or 0xDFB210) is known color: Sunflower. HEX triplet: DF, B2 and 10. RGB value is (223,178,16). Sum of RGB (Red+Green+Blue) = 223+178+16=417 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.48% from 417); Green value is 178 (69.92% from 255 or 42.69% from 417); Blue value is 16 (6.64% from 255 or 3.84% from 417); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB210 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFB210 is #204DEF. Grayscale: #ADADAD. Windows color (decimal): -2117104 or 1094367. OLE color: 1094367.
HSL color Cylindrical-coordinate representation of color #DFB210: hue angle of 46.96º 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 #DFB210 is Cyan = 0, Magento = 0.20, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 178 | 16 | - |
| CMYK | 0 | 0.20 | 0.93 | 0.13 |
| HSL | 46.96º | 0.87% | 0.47% | - |
| HSV(B) | 46.96º | 0.93% | 0.87% | - |
| XYZ | 46.45 | 47.57 | 7.22 | - |
| YUV | 172.99 | 39.41 | 163.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 178 | 16 | 0 | 0.20 | 0.93 | 0.13 | 46.96 | 0.87 | 0.47 |
| Hex | DF | B2 | 10 | 0 | 14 | 5D | D | 2F | 57 | 2F |
| Octal | 337 | 262 | 20 | 0 | 24 | 135 | 15 | 57 | 127 | 57 |
| Binary | 11011111 | 10110010 | 10000 | 0 | 10100 | 1011101 | 1101 | 101111 | 1010111 | 101111 |
Color Harmonies of #DFB210
Complementary color
Monochromatic Colors of #DFB210
Black with #DFB210
Text Example
Text Example
White with #DFB210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB210; }
p { color: rgb(223,178,16); }
H1.HeaderClassName
{
color: #DFB210;
}
.AnyTagClassName
{
color: #DFB210;
}
</style>
background-color css
<style>
a { background-color: #DFB210; }
a { background-color: rgb(223,178,16); }
div.DivClassName
{
background-color: #DFB210;
}
.BgClassName
{
background-color: #DFB210;
}
</style>
border-color css
<style>
span { border-color: #DFB210; }
span { border-color: rgb(223,178,16); }
td.TdClassName
{
border-color: #DFB210;
}
.TagClassName
{
border-color: #DFB210;
}
</style>