Shades of Sunflower #DFBB14
Tints of Sunflower #DFBB14
RGB
CMYK
RGB Variations
Color information
#DFBB14 (or 0xDFBB14) is known color: Sunflower. HEX triplet: DF, BB and 14. RGB value is (223,187,20). Sum of RGB (Red+Green+Blue) = 223+187+20=430 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.86% from 430); Green value is 187 (73.44% from 255 or 43.49% from 430); Blue value is 20 (8.20% from 255 or 4.65% from 430); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBB14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFBB14 is #2044EB. Grayscale: #B3B3B3. Windows color (decimal): -2114796 or 1358815. OLE color: 1358815.
HSL color Cylindrical-coordinate representation of color #DFBB14: hue angle of 49.36º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DFBB14 is Cyan = 0, Magento = 0.16, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 187 | 20 | - |
| CMYK | 0 | 0.16 | 0.91 | 0.13 |
| HSL | 49.36º | 0.84% | 0.48% | - |
| HSV(B) | 49.36º | 0.91% | 0.87% | - |
| XYZ | 48.33 | 51.28 | 8.01 | - |
| YUV | 178.73 | 38.43 | 159.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 187 | 20 | 0 | 0.16 | 0.91 | 0.13 | 49.36 | 0.84 | 0.48 |
| Hex | DF | BB | 14 | 0 | 10 | 5B | D | 31 | 54 | 30 |
| Octal | 337 | 273 | 24 | 0 | 20 | 133 | 15 | 61 | 124 | 60 |
| Binary | 11011111 | 10111011 | 10100 | 0 | 10000 | 1011011 | 1101 | 110001 | 1010100 | 110000 |
Color Harmonies of #DFBB14
Complementary color
Monochromatic Colors of #DFBB14
Black with #DFBB14
Text Example
Text Example
White with #DFBB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBB14; }
p { color: rgb(223,187,20); }
H1.HeaderClassName
{
color: #DFBB14;
}
.AnyTagClassName
{
color: #DFBB14;
}
</style>
background-color css
<style>
a { background-color: #DFBB14; }
a { background-color: rgb(223,187,20); }
div.DivClassName
{
background-color: #DFBB14;
}
.BgClassName
{
background-color: #DFBB14;
}
</style>
border-color css
<style>
span { border-color: #DFBB14; }
span { border-color: rgb(223,187,20); }
td.TdClassName
{
border-color: #DFBB14;
}
.TagClassName
{
border-color: #DFBB14;
}
</style>