Shades of Sunflower #DFBB03
Tints of Sunflower #DFBB03
RGB
CMYK
RGB Variations
Color information
#DFBB03 (or 0xDFBB03) is known color: Sunflower. HEX triplet: DF, BB and 03. RGB value is (223,187,3). Sum of RGB (Red+Green+Blue) = 223+187+3=413 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.00% from 413); Green value is 187 (73.44% from 255 or 45.28% from 413); Blue value is 3 (1.56% from 255 or 0.73% from 413); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBB03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFBB03 is #2044FC. Grayscale: #B1B1B1. Windows color (decimal): -2114813 or 244703. OLE color: 244703.
HSL color Cylindrical-coordinate representation of color #DFBB03: hue angle of 50.18º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DFBB03 is Cyan = 0, Magento = 0.16, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 187 | 3 | - |
| CMYK | 0 | 0.16 | 0.99 | 0.13 |
| HSL | 50.18º | 0.97% | 0.44% | - |
| HSV(B) | 50.18º | 0.99% | 0.87% | - |
| XYZ | 48.22 | 51.24 | 7.43 | - |
| YUV | 176.79 | 29.93 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 187 | 3 | 0 | 0.16 | 0.99 | 0.13 | 50.18 | 0.97 | 0.44 |
| Hex | DF | BB | 3 | 0 | 10 | 63 | D | 32 | 61 | 2C |
| Octal | 337 | 273 | 3 | 0 | 20 | 143 | 15 | 62 | 141 | 54 |
| Binary | 11011111 | 10111011 | 11 | 0 | 10000 | 1100011 | 1101 | 110010 | 1100001 | 101100 |
Color Harmonies of #DFBB03
Complementary color
Monochromatic Colors of #DFBB03
Black with #DFBB03
Text Example
Text Example
White with #DFBB03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBB03; }
p { color: rgb(223,187,3); }
H1.HeaderClassName
{
color: #DFBB03;
}
.AnyTagClassName
{
color: #DFBB03;
}
</style>
background-color css
<style>
a { background-color: #DFBB03; }
a { background-color: rgb(223,187,3); }
div.DivClassName
{
background-color: #DFBB03;
}
.BgClassName
{
background-color: #DFBB03;
}
</style>
border-color css
<style>
span { border-color: #DFBB03; }
span { border-color: rgb(223,187,3); }
td.TdClassName
{
border-color: #DFBB03;
}
.TagClassName
{
border-color: #DFBB03;
}
</style>