Shades of Sunflower #DFB30B
Tints of Sunflower #DFB30B
RGB
CMYK
RGB Variations
Color information
#DFB30B (or 0xDFB30B) is known color: Sunflower. HEX triplet: DF, B3 and 0B. RGB value is (223,179,11). Sum of RGB (Red+Green+Blue) = 223+179+11=413 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.00% from 413); Green value is 179 (70.31% from 255 or 43.34% from 413); Blue value is 11 (4.69% from 255 or 2.66% from 413); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB30B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFB30B is #204CF4. Grayscale: #ADADAD. Windows color (decimal): -2116853 or 766943. OLE color: 766943.
HSL color Cylindrical-coordinate representation of color #DFB30B: hue angle of 47.55º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DFB30B is Cyan = 0, Magento = 0.20, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 179 | 11 | - |
| CMYK | 0 | 0.20 | 0.95 | 0.13 |
| HSL | 47.55º | 0.91% | 0.46% | - |
| HSV(B) | 47.55º | 0.95% | 0.87% | - |
| XYZ | 46.61 | 47.95 | 7.12 | - |
| YUV | 173 | 36.58 | 163.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 179 | 11 | 0 | 0.20 | 0.95 | 0.13 | 47.55 | 0.91 | 0.46 |
| Hex | DF | B3 | B | 0 | 14 | 5F | D | 30 | 5B | 2E |
| Octal | 337 | 263 | 13 | 0 | 24 | 137 | 15 | 60 | 133 | 56 |
| Binary | 11011111 | 10110011 | 1011 | 0 | 10100 | 1011111 | 1101 | 110000 | 1011011 | 101110 |
Color Harmonies of #DFB30B
Complementary color
Monochromatic Colors of #DFB30B
Black with #DFB30B
Text Example
Text Example
White with #DFB30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB30B; }
p { color: rgb(223,179,11); }
H1.HeaderClassName
{
color: #DFB30B;
}
.AnyTagClassName
{
color: #DFB30B;
}
</style>
background-color css
<style>
a { background-color: #DFB30B; }
a { background-color: rgb(223,179,11); }
div.DivClassName
{
background-color: #DFB30B;
}
.BgClassName
{
background-color: #DFB30B;
}
</style>
border-color css
<style>
span { border-color: #DFB30B; }
span { border-color: rgb(223,179,11); }
td.TdClassName
{
border-color: #DFB30B;
}
.TagClassName
{
border-color: #DFB30B;
}
</style>