Shades of Sunflower #DFB908
Tints of Sunflower #DFB908
RGB
CMYK
RGB Variations
Color information
#DFB908 (or 0xDFB908) is known color: Sunflower. HEX triplet: DF, B9 and 08. RGB value is (223,185,8). Sum of RGB (Red+Green+Blue) = 223+185+8=416 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.61% from 416); Green value is 185 (72.66% from 255 or 44.47% from 416); Blue value is 8 (3.52% from 255 or 1.92% from 416); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB908 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFB908 is #2046F7. Grayscale: #B0B0B0. Windows color (decimal): -2115320 or 571871. OLE color: 571871.
HSL color Cylindrical-coordinate representation of color #DFB908: hue angle of 49.4º 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 #DFB908 is Cyan = 0, Magento = 0.17, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 185 | 8 | - |
| CMYK | 0 | 0.17 | 0.96 | 0.13 |
| HSL | 49.4º | 0.93% | 0.45% | - |
| HSV(B) | 49.4º | 0.96% | 0.87% | - |
| XYZ | 47.82 | 50.4 | 7.44 | - |
| YUV | 176.18 | 33.09 | 161.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 185 | 8 | 0 | 0.17 | 0.96 | 0.13 | 49.4 | 0.93 | 0.45 |
| Hex | DF | B9 | 8 | 0 | 11 | 60 | D | 31 | 5D | 2D |
| Octal | 337 | 271 | 10 | 0 | 21 | 140 | 15 | 61 | 135 | 55 |
| Binary | 11011111 | 10111001 | 1000 | 0 | 10001 | 1100000 | 1101 | 110001 | 1011101 | 101101 |
Color Harmonies of #DFB908
Complementary color
Monochromatic Colors of #DFB908
Black with #DFB908
Text Example
Text Example
White with #DFB908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB908; }
p { color: rgb(223,185,8); }
H1.HeaderClassName
{
color: #DFB908;
}
.AnyTagClassName
{
color: #DFB908;
}
</style>
background-color css
<style>
a { background-color: #DFB908; }
a { background-color: rgb(223,185,8); }
div.DivClassName
{
background-color: #DFB908;
}
.BgClassName
{
background-color: #DFB908;
}
</style>
border-color css
<style>
span { border-color: #DFB908; }
span { border-color: rgb(223,185,8); }
td.TdClassName
{
border-color: #DFB908;
}
.TagClassName
{
border-color: #DFB908;
}
</style>