Shades of Sunflower #DFB408
Tints of Sunflower #DFB408
RGB
CMYK
RGB Variations
Color information
#DFB408 (or 0xDFB408) is known color: Sunflower. HEX triplet: DF, B4 and 08. RGB value is (223,180,8). Sum of RGB (Red+Green+Blue) = 223+180+8=411 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.26% from 411); Green value is 180 (70.70% from 255 or 43.80% from 411); Blue value is 8 (3.52% from 255 or 1.95% from 411); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB408 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFB408 is #204BF7. Grayscale: #ADADAD. Windows color (decimal): -2116600 or 570591. OLE color: 570591.
HSL color Cylindrical-coordinate representation of color #DFB408: hue angle of 48º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DFB408 is Cyan = 0, Magento = 0.19, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 180 | 8 | - |
| CMYK | 0 | 0.19 | 0.96 | 0.13 |
| HSL | 48º | 0.93% | 0.45% | - |
| HSV(B) | 48º | 0.96% | 0.87% | - |
| XYZ | 46.8 | 48.35 | 7.1 | - |
| YUV | 173.25 | 34.75 | 163.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 180 | 8 | 0 | 0.19 | 0.96 | 0.13 | 48 | 0.93 | 0.45 |
| Hex | DF | B4 | 8 | 0 | 13 | 60 | D | 30 | 5D | 2D |
| Octal | 337 | 264 | 10 | 0 | 23 | 140 | 15 | 60 | 135 | 55 |
| Binary | 11011111 | 10110100 | 1000 | 0 | 10011 | 1100000 | 1101 | 110000 | 1011101 | 101101 |
Color Harmonies of #DFB408
Complementary color
Monochromatic Colors of #DFB408
Black with #DFB408
Text Example
Text Example
White with #DFB408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB408; }
p { color: rgb(223,180,8); }
H1.HeaderClassName
{
color: #DFB408;
}
.AnyTagClassName
{
color: #DFB408;
}
</style>
background-color css
<style>
a { background-color: #DFB408; }
a { background-color: rgb(223,180,8); }
div.DivClassName
{
background-color: #DFB408;
}
.BgClassName
{
background-color: #DFB408;
}
</style>
border-color css
<style>
span { border-color: #DFB408; }
span { border-color: rgb(223,180,8); }
td.TdClassName
{
border-color: #DFB408;
}
.TagClassName
{
border-color: #DFB408;
}
</style>