Shades of Sunflower #DFBD1F
Tints of Sunflower #DFBD1F
RGB
CMYK
RGB Variations
Color information
#DFBD1F (or 0xDFBD1F) is known color: Sunflower. HEX triplet: DF, BD and 1F. RGB value is (223,189,31). Sum of RGB (Red+Green+Blue) = 223+189+31=443 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.34% from 443); Green value is 189 (74.22% from 255 or 42.66% from 443); Blue value is 31 (12.5% from 255 or 7.00% from 443); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBD1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFBD1F is #2042E0. Grayscale: #B5B5B5. Windows color (decimal): -2114273 or 2080223. OLE color: 2080223.
HSL color Cylindrical-coordinate representation of color #DFBD1F: hue angle of 49.38º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DFBD1F is Cyan = 0, Magento = 0.15, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 189 | 31 | - |
| CMYK | 0 | 0.15 | 0.86 | 0.13 |
| HSL | 49.38º | 0.76% | 0.5% | - |
| HSV(B) | 49.38º | 0.86% | 0.87% | - |
| XYZ | 48.88 | 52.18 | 8.79 | - |
| YUV | 181.15 | 43.26 | 157.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 189 | 31 | 0 | 0.15 | 0.86 | 0.13 | 49.38 | 0.76 | 0.5 |
| Hex | DF | BD | 1F | 0 | F | 56 | D | 31 | 4C | 32 |
| Octal | 337 | 275 | 37 | 0 | 17 | 126 | 15 | 61 | 114 | 62 |
| Binary | 11011111 | 10111101 | 11111 | 0 | 1111 | 1010110 | 1101 | 110001 | 1001100 | 110010 |
Color Harmonies of #DFBD1F
Complementary color
Monochromatic Colors of #DFBD1F
Black with #DFBD1F
Text Example
Text Example
White with #DFBD1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBD1F; }
p { color: rgb(223,189,31); }
H1.HeaderClassName
{
color: #DFBD1F;
}
.AnyTagClassName
{
color: #DFBD1F;
}
</style>
background-color css
<style>
a { background-color: #DFBD1F; }
a { background-color: rgb(223,189,31); }
div.DivClassName
{
background-color: #DFBD1F;
}
.BgClassName
{
background-color: #DFBD1F;
}
</style>
border-color css
<style>
span { border-color: #DFBD1F; }
span { border-color: rgb(223,189,31); }
td.TdClassName
{
border-color: #DFBD1F;
}
.TagClassName
{
border-color: #DFBD1F;
}
</style>