Shades of Sunflower #DFBD25
Tints of Sunflower #DFBD25
RGB
CMYK
RGB Variations
Color information
#DFBD25 (or 0xDFBD25) is known color: Sunflower. HEX triplet: DF, BD and 25. RGB value is (223,189,37). Sum of RGB (Red+Green+Blue) = 223+189+37=449 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.67% from 449); Green value is 189 (74.22% from 255 or 42.09% from 449); Blue value is 37 (14.84% from 255 or 8.24% from 449); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBD25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFBD25 is #2042DA. Grayscale: #B6B6B6. Windows color (decimal): -2114267 or 2473439. OLE color: 2473439.
HSL color Cylindrical-coordinate representation of color #DFBD25: hue angle of 49.03º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DFBD25 is Cyan = 0, Magento = 0.15, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 189 | 37 | - |
| CMYK | 0 | 0.15 | 0.83 | 0.13 |
| HSL | 49.03º | 0.74% | 0.51% | - |
| HSV(B) | 49.03º | 0.83% | 0.87% | - |
| XYZ | 48.96 | 52.22 | 9.25 | - |
| YUV | 181.84 | 46.26 | 157.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 189 | 37 | 0 | 0.15 | 0.83 | 0.13 | 49.03 | 0.74 | 0.51 |
| Hex | DF | BD | 25 | 0 | F | 53 | D | 31 | 4A | 33 |
| Octal | 337 | 275 | 45 | 0 | 17 | 123 | 15 | 61 | 112 | 63 |
| Binary | 11011111 | 10111101 | 100101 | 0 | 1111 | 1010011 | 1101 | 110001 | 1001010 | 110011 |
Color Harmonies of #DFBD25
Complementary color
Monochromatic Colors of #DFBD25
Black with #DFBD25
Text Example
Text Example
White with #DFBD25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBD25; }
p { color: rgb(223,189,37); }
H1.HeaderClassName
{
color: #DFBD25;
}
.AnyTagClassName
{
color: #DFBD25;
}
</style>
background-color css
<style>
a { background-color: #DFBD25; }
a { background-color: rgb(223,189,37); }
div.DivClassName
{
background-color: #DFBD25;
}
.BgClassName
{
background-color: #DFBD25;
}
</style>
border-color css
<style>
span { border-color: #DFBD25; }
span { border-color: rgb(223,189,37); }
td.TdClassName
{
border-color: #DFBD25;
}
.TagClassName
{
border-color: #DFBD25;
}
</style>