Shades of Sunflower #DFB00B
Tints of Sunflower #DFB00B
RGB
CMYK
RGB Variations
Color information
#DFB00B (or 0xDFB00B) is known color: Sunflower. HEX triplet: DF, B0 and 0B. RGB value is (223,176,11). Sum of RGB (Red+Green+Blue) = 223+176+11=410 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.39% from 410); Green value is 176 (69.14% from 255 or 42.93% from 410); Blue value is 11 (4.69% from 255 or 2.68% from 410); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB00B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFB00B is #204FF4. Grayscale: #ABABAB. Windows color (decimal): -2117621 or 766175. OLE color: 766175.
HSL color Cylindrical-coordinate representation of color #DFB00B: hue angle of 46.7º 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 #DFB00B is Cyan = 0, Magento = 0.21, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 176 | 11 | - |
| CMYK | 0 | 0.21 | 0.95 | 0.13 |
| HSL | 46.7º | 0.91% | 0.46% | - |
| HSV(B) | 46.7º | 0.95% | 0.87% | - |
| XYZ | 46.02 | 46.76 | 6.92 | - |
| YUV | 171.24 | 37.57 | 164.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 176 | 11 | 0 | 0.21 | 0.95 | 0.13 | 46.7 | 0.91 | 0.46 |
| Hex | DF | B0 | B | 0 | 15 | 5F | D | 2F | 5B | 2E |
| Octal | 337 | 260 | 13 | 0 | 25 | 137 | 15 | 57 | 133 | 56 |
| Binary | 11011111 | 10110000 | 1011 | 0 | 10101 | 1011111 | 1101 | 101111 | 1011011 | 101110 |
Color Harmonies of #DFB00B
Complementary color
Monochromatic Colors of #DFB00B
Black with #DFB00B
Text Example
Text Example
White with #DFB00B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB00B; }
p { color: rgb(223,176,11); }
H1.HeaderClassName
{
color: #DFB00B;
}
.AnyTagClassName
{
color: #DFB00B;
}
</style>
background-color css
<style>
a { background-color: #DFB00B; }
a { background-color: rgb(223,176,11); }
div.DivClassName
{
background-color: #DFB00B;
}
.BgClassName
{
background-color: #DFB00B;
}
</style>
border-color css
<style>
span { border-color: #DFB00B; }
span { border-color: rgb(223,176,11); }
td.TdClassName
{
border-color: #DFB00B;
}
.TagClassName
{
border-color: #DFB00B;
}
</style>