Shades of Sunflower #DFB600
Tints of Sunflower #DFB600
RGB
CMYK
RGB Variations
Color information
#DFB600 (or 0xDFB600) is known color: Sunflower. HEX triplet: DF, B6 and 00. RGB value is (223,182,0). Sum of RGB (Red+Green+Blue) = 223+182+0=405 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.06% from 405); Green value is 182 (71.48% from 255 or 44.94% from 405); Blue value is 0 (0.39% from 255 or 0% from 405); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB600 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFB600 is #2049FF. Grayscale: #AEAEAE. Windows color (decimal): -2116096 or 46815. OLE color: 46815.
HSL color Cylindrical-coordinate representation of color #DFB600: hue angle of 48.97º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DFB600 is Cyan = 0, Magento = 0.18, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 182 | 0 | - |
| CMYK | 0 | 0.18 | 1 | 0.13 |
| HSL | 48.97º | 1% | 0.44% | - |
| HSV(B) | 48.97º | 1% | 0.87% | - |
| XYZ | 47.16 | 49.14 | 7 | - |
| YUV | 173.51 | 30.08 | 163.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 182 | 0 | 0 | 0.18 | 1 | 0.13 | 48.97 | 1 | 0.44 |
| Hex | DF | B6 | 0 | 0 | 12 | 64 | D | 31 | 64 | 2C |
| Octal | 337 | 266 | 0 | 0 | 22 | 144 | 15 | 61 | 144 | 54 |
| Binary | 11011111 | 10110110 | 0 | 0 | 10010 | 1100100 | 1101 | 110001 | 1100100 | 101100 |
Color Harmonies of #DFB600
Complementary color
Monochromatic Colors of #DFB600
Black with #DFB600
Text Example
Text Example
White with #DFB600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB600; }
p { color: rgb(223,182,0); }
H1.HeaderClassName
{
color: #DFB600;
}
.AnyTagClassName
{
color: #DFB600;
}
</style>
background-color css
<style>
a { background-color: #DFB600; }
a { background-color: rgb(223,182,0); }
div.DivClassName
{
background-color: #DFB600;
}
.BgClassName
{
background-color: #DFB600;
}
</style>
border-color css
<style>
span { border-color: #DFB600; }
span { border-color: rgb(223,182,0); }
td.TdClassName
{
border-color: #DFB600;
}
.TagClassName
{
border-color: #DFB600;
}
</style>