Shades of Sunflower #DFB60B
Tints of Sunflower #DFB60B
RGB
CMYK
RGB Variations
Color information
#DFB60B (or 0xDFB60B) is known color: Sunflower. HEX triplet: DF, B6 and 0B. RGB value is (223,182,11). Sum of RGB (Red+Green+Blue) = 223+182+11=416 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.61% from 416); Green value is 182 (71.48% from 255 or 43.75% from 416); Blue value is 11 (4.69% from 255 or 2.64% from 416); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB60B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFB60B is #2049F4. Grayscale: #AFAFAF. Windows color (decimal): -2116085 or 767711. OLE color: 767711.
HSL color Cylindrical-coordinate representation of color #DFB60B: hue angle of 48.4º 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 #DFB60B is Cyan = 0, Magento = 0.18, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 182 | 11 | - |
| CMYK | 0 | 0.18 | 0.95 | 0.13 |
| HSL | 48.4º | 0.91% | 0.46% | - |
| HSV(B) | 48.4º | 0.95% | 0.87% | - |
| XYZ | 47.22 | 49.17 | 7.32 | - |
| YUV | 174.77 | 35.58 | 162.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 182 | 11 | 0 | 0.18 | 0.95 | 0.13 | 48.4 | 0.91 | 0.46 |
| Hex | DF | B6 | B | 0 | 12 | 5F | D | 30 | 5B | 2E |
| Octal | 337 | 266 | 13 | 0 | 22 | 137 | 15 | 60 | 133 | 56 |
| Binary | 11011111 | 10110110 | 1011 | 0 | 10010 | 1011111 | 1101 | 110000 | 1011011 | 101110 |
Color Harmonies of #DFB60B
Complementary color
Monochromatic Colors of #DFB60B
Black with #DFB60B
Text Example
Text Example
White with #DFB60B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB60B; }
p { color: rgb(223,182,11); }
H1.HeaderClassName
{
color: #DFB60B;
}
.AnyTagClassName
{
color: #DFB60B;
}
</style>
background-color css
<style>
a { background-color: #DFB60B; }
a { background-color: rgb(223,182,11); }
div.DivClassName
{
background-color: #DFB60B;
}
.BgClassName
{
background-color: #DFB60B;
}
</style>
border-color css
<style>
span { border-color: #DFB60B; }
span { border-color: rgb(223,182,11); }
td.TdClassName
{
border-color: #DFB60B;
}
.TagClassName
{
border-color: #DFB60B;
}
</style>