Shades of Sunflower #DFBB08
Tints of Sunflower #DFBB08
RGB
CMYK
RGB Variations
Color information
#DFBB08 (or 0xDFBB08) is known color: Sunflower. HEX triplet: DF, BB and 08. RGB value is (223,187,8). Sum of RGB (Red+Green+Blue) = 223+187+8=418 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.35% from 418); Green value is 187 (73.44% from 255 or 44.74% from 418); Blue value is 8 (3.52% from 255 or 1.91% from 418); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBB08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFBB08 is #2044F7. Grayscale: #B2B2B2. Windows color (decimal): -2114808 or 572383. OLE color: 572383.
HSL color Cylindrical-coordinate representation of color #DFBB08: hue angle of 49.95º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DFBB08 is Cyan = 0, Magento = 0.16, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 187 | 8 | - |
| CMYK | 0 | 0.16 | 0.96 | 0.13 |
| HSL | 49.95º | 0.93% | 0.45% | - |
| HSV(B) | 49.95º | 0.96% | 0.87% | - |
| XYZ | 48.25 | 51.25 | 7.58 | - |
| YUV | 177.36 | 32.43 | 160.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 187 | 8 | 0 | 0.16 | 0.96 | 0.13 | 49.95 | 0.93 | 0.45 |
| Hex | DF | BB | 8 | 0 | 10 | 60 | D | 32 | 5D | 2D |
| Octal | 337 | 273 | 10 | 0 | 20 | 140 | 15 | 62 | 135 | 55 |
| Binary | 11011111 | 10111011 | 1000 | 0 | 10000 | 1100000 | 1101 | 110010 | 1011101 | 101101 |
Color Harmonies of #DFBB08
Complementary color
Monochromatic Colors of #DFBB08
Black with #DFBB08
Text Example
Text Example
White with #DFBB08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBB08; }
p { color: rgb(223,187,8); }
H1.HeaderClassName
{
color: #DFBB08;
}
.AnyTagClassName
{
color: #DFBB08;
}
</style>
background-color css
<style>
a { background-color: #DFBB08; }
a { background-color: rgb(223,187,8); }
div.DivClassName
{
background-color: #DFBB08;
}
.BgClassName
{
background-color: #DFBB08;
}
</style>
border-color css
<style>
span { border-color: #DFBB08; }
span { border-color: rgb(223,187,8); }
td.TdClassName
{
border-color: #DFBB08;
}
.TagClassName
{
border-color: #DFBB08;
}
</style>