Shades of Sunflower #DFB308
Tints of Sunflower #DFB308
RGB
CMYK
RGB Variations
Color information
#DFB308 (or 0xDFB308) is known color: Sunflower. HEX triplet: DF, B3 and 08. RGB value is (223,179,8). Sum of RGB (Red+Green+Blue) = 223+179+8=410 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.39% from 410); Green value is 179 (70.31% from 255 or 43.66% from 410); Blue value is 8 (3.52% from 255 or 1.95% from 410); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB308 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFB308 is #204CF7. Grayscale: #ADADAD. Windows color (decimal): -2116856 or 570335. OLE color: 570335.
HSL color Cylindrical-coordinate representation of color #DFB308: hue angle of 47.72º 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 #DFB308 is Cyan = 0, Magento = 0.20, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 179 | 8 | - |
| CMYK | 0 | 0.20 | 0.96 | 0.13 |
| HSL | 47.72º | 0.93% | 0.45% | - |
| HSV(B) | 47.72º | 0.96% | 0.87% | - |
| XYZ | 46.6 | 47.95 | 7.03 | - |
| YUV | 172.66 | 35.08 | 163.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 179 | 8 | 0 | 0.20 | 0.96 | 0.13 | 47.72 | 0.93 | 0.45 |
| Hex | DF | B3 | 8 | 0 | 14 | 60 | D | 30 | 5D | 2D |
| Octal | 337 | 263 | 10 | 0 | 24 | 140 | 15 | 60 | 135 | 55 |
| Binary | 11011111 | 10110011 | 1000 | 0 | 10100 | 1100000 | 1101 | 110000 | 1011101 | 101101 |
Color Harmonies of #DFB308
Complementary color
Monochromatic Colors of #DFB308
Black with #DFB308
Text Example
Text Example
White with #DFB308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB308; }
p { color: rgb(223,179,8); }
H1.HeaderClassName
{
color: #DFB308;
}
.AnyTagClassName
{
color: #DFB308;
}
</style>
background-color css
<style>
a { background-color: #DFB308; }
a { background-color: rgb(223,179,8); }
div.DivClassName
{
background-color: #DFB308;
}
.BgClassName
{
background-color: #DFB308;
}
</style>
border-color css
<style>
span { border-color: #DFB308; }
span { border-color: rgb(223,179,8); }
td.TdClassName
{
border-color: #DFB308;
}
.TagClassName
{
border-color: #DFB308;
}
</style>