Shades of Sunflower #DFBD0B
Tints of Sunflower #DFBD0B
RGB
CMYK
RGB Variations
Color information
#DFBD0B (or 0xDFBD0B) is known color: Sunflower. HEX triplet: DF, BD and 0B. RGB value is (223,189,11). Sum of RGB (Red+Green+Blue) = 223+189+11=423 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.72% from 423); Green value is 189 (74.22% from 255 or 44.68% from 423); Blue value is 11 (4.69% from 255 or 2.60% from 423); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBD0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFBD0B is #2042F4. Grayscale: #B3B3B3. Windows color (decimal): -2114293 or 769503. OLE color: 769503.
HSL color Cylindrical-coordinate representation of color #DFBD0B: hue angle of 50.38º 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 #DFBD0B is Cyan = 0, Magento = 0.15, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 189 | 11 | - |
| CMYK | 0 | 0.15 | 0.95 | 0.13 |
| HSL | 50.38º | 0.91% | 0.46% | - |
| HSV(B) | 50.38º | 0.95% | 0.87% | - |
| XYZ | 48.69 | 52.11 | 7.81 | - |
| YUV | 178.87 | 33.26 | 159.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 189 | 11 | 0 | 0.15 | 0.95 | 0.13 | 50.38 | 0.91 | 0.46 |
| Hex | DF | BD | B | 0 | F | 5F | D | 32 | 5B | 2E |
| Octal | 337 | 275 | 13 | 0 | 17 | 137 | 15 | 62 | 133 | 56 |
| Binary | 11011111 | 10111101 | 1011 | 0 | 1111 | 1011111 | 1101 | 110010 | 1011011 | 101110 |
Color Harmonies of #DFBD0B
Complementary color
Monochromatic Colors of #DFBD0B
Black with #DFBD0B
Text Example
Text Example
White with #DFBD0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBD0B; }
p { color: rgb(223,189,11); }
H1.HeaderClassName
{
color: #DFBD0B;
}
.AnyTagClassName
{
color: #DFBD0B;
}
</style>
background-color css
<style>
a { background-color: #DFBD0B; }
a { background-color: rgb(223,189,11); }
div.DivClassName
{
background-color: #DFBD0B;
}
.BgClassName
{
background-color: #DFBD0B;
}
</style>
border-color css
<style>
span { border-color: #DFBD0B; }
span { border-color: rgb(223,189,11); }
td.TdClassName
{
border-color: #DFBD0B;
}
.TagClassName
{
border-color: #DFBD0B;
}
</style>