Shades of Sunflower #DFB10A
Tints of Sunflower #DFB10A
RGB
CMYK
RGB Variations
Color information
#DFB10A (or 0xDFB10A) is known color: Sunflower. HEX triplet: DF, B1 and 0A. RGB value is (223,177,10). Sum of RGB (Red+Green+Blue) = 223+177+10=410 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.39% from 410); Green value is 177 (69.53% from 255 or 43.17% from 410); Blue value is 10 (4.30% from 255 or 2.44% from 410); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB10A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFB10A is #204EF5. Grayscale: #ACACAC. Windows color (decimal): -2117366 or 700895. OLE color: 700895.
HSL color Cylindrical-coordinate representation of color #DFB10A: hue angle of 47.04º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DFB10A is Cyan = 0, Magento = 0.21, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 177 | 10 | - |
| CMYK | 0 | 0.21 | 0.96 | 0.13 |
| HSL | 47.04º | 0.91% | 0.46% | - |
| HSV(B) | 47.04º | 0.96% | 0.87% | - |
| XYZ | 46.21 | 47.15 | 6.95 | - |
| YUV | 171.72 | 36.74 | 164.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 177 | 10 | 0 | 0.21 | 0.96 | 0.13 | 47.04 | 0.91 | 0.46 |
| Hex | DF | B1 | A | 0 | 15 | 60 | D | 2F | 5B | 2E |
| Octal | 337 | 261 | 12 | 0 | 25 | 140 | 15 | 57 | 133 | 56 |
| Binary | 11011111 | 10110001 | 1010 | 0 | 10101 | 1100000 | 1101 | 101111 | 1011011 | 101110 |
Color Harmonies of #DFB10A
Complementary color
Monochromatic Colors of #DFB10A
Black with #DFB10A
Text Example
Text Example
White with #DFB10A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB10A; }
p { color: rgb(223,177,10); }
H1.HeaderClassName
{
color: #DFB10A;
}
.AnyTagClassName
{
color: #DFB10A;
}
</style>
background-color css
<style>
a { background-color: #DFB10A; }
a { background-color: rgb(223,177,10); }
div.DivClassName
{
background-color: #DFB10A;
}
.BgClassName
{
background-color: #DFB10A;
}
</style>
border-color css
<style>
span { border-color: #DFB10A; }
span { border-color: rgb(223,177,10); }
td.TdClassName
{
border-color: #DFB10A;
}
.TagClassName
{
border-color: #DFB10A;
}
</style>