Shades of Sunflower #DFBC02
Tints of Sunflower #DFBC02
RGB
CMYK
RGB Variations
Color information
#DFBC02 (or 0xDFBC02) is known color: Sunflower. HEX triplet: DF, BC and 02. RGB value is (223,188,2). Sum of RGB (Red+Green+Blue) = 223+188+2=413 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.00% from 413); Green value is 188 (73.83% from 255 or 45.52% from 413); Blue value is 2 (1.17% from 255 or 0.48% from 413); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBC02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFBC02 is #2043FD. Grayscale: #B2B2B2. Windows color (decimal): -2114558 or 179423. OLE color: 179423.
HSL color Cylindrical-coordinate representation of color #DFBC02: hue angle of 50.5º degrees, saturation: 0.98, 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 #DFBC02 is Cyan = 0, Magento = 0.16, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 188 | 2 | - |
| CMYK | 0 | 0.16 | 0.99 | 0.13 |
| HSL | 50.5º | 0.98% | 0.44% | - |
| HSV(B) | 50.5º | 0.99% | 0.87% | - |
| XYZ | 48.43 | 51.66 | 7.48 | - |
| YUV | 177.26 | 29.1 | 160.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 188 | 2 | 0 | 0.16 | 0.99 | 0.13 | 50.5 | 0.98 | 0.44 |
| Hex | DF | BC | 2 | 0 | 10 | 63 | D | 32 | 62 | 2C |
| Octal | 337 | 274 | 2 | 0 | 20 | 143 | 15 | 62 | 142 | 54 |
| Binary | 11011111 | 10111100 | 10 | 0 | 10000 | 1100011 | 1101 | 110010 | 1100010 | 101100 |
Color Harmonies of #DFBC02
Complementary color
Monochromatic Colors of #DFBC02
Black with #DFBC02
Text Example
Text Example
White with #DFBC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBC02; }
p { color: rgb(223,188,2); }
H1.HeaderClassName
{
color: #DFBC02;
}
.AnyTagClassName
{
color: #DFBC02;
}
</style>
background-color css
<style>
a { background-color: #DFBC02; }
a { background-color: rgb(223,188,2); }
div.DivClassName
{
background-color: #DFBC02;
}
.BgClassName
{
background-color: #DFBC02;
}
</style>
border-color css
<style>
span { border-color: #DFBC02; }
span { border-color: rgb(223,188,2); }
td.TdClassName
{
border-color: #DFBC02;
}
.TagClassName
{
border-color: #DFBC02;
}
</style>