Shades of Sunflower #DFC225
Tints of Sunflower #DFC225
RGB
CMYK
RGB Variations
Color information
#DFC225 (or 0xDFC225) is known color: Sunflower. HEX triplet: DF, C2 and 25. RGB value is (223,194,37). Sum of RGB (Red+Green+Blue) = 223+194+37=454 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.12% from 454); Green value is 194 (76.17% from 255 or 42.73% from 454); Blue value is 37 (14.84% from 255 or 8.15% from 454); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC225 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC225 is #203DDA. Grayscale: #B9B9B9. Windows color (decimal): -2112987 or 2474719. OLE color: 2474719.
HSL color Cylindrical-coordinate representation of color #DFC225: hue angle of 50.65º 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 #DFC225 is Cyan = 0, Magento = 0.13, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 194 | 37 | - |
| CMYK | 0 | 0.13 | 0.83 | 0.13 |
| HSL | 50.65º | 0.74% | 0.51% | - |
| HSV(B) | 50.65º | 0.83% | 0.87% | - |
| XYZ | 50.06 | 54.41 | 9.61 | - |
| YUV | 184.77 | 44.61 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 194 | 37 | 0 | 0.13 | 0.83 | 0.13 | 50.65 | 0.74 | 0.51 |
| Hex | DF | C2 | 25 | 0 | D | 53 | D | 33 | 4A | 33 |
| Octal | 337 | 302 | 45 | 0 | 15 | 123 | 15 | 63 | 112 | 63 |
| Binary | 11011111 | 11000010 | 100101 | 0 | 1101 | 1010011 | 1101 | 110011 | 1001010 | 110011 |
Color Harmonies of #DFC225
Complementary color
Monochromatic Colors of #DFC225
Black with #DFC225
Text Example
Text Example
White with #DFC225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC225; }
p { color: rgb(223,194,37); }
H1.HeaderClassName
{
color: #DFC225;
}
.AnyTagClassName
{
color: #DFC225;
}
</style>
background-color css
<style>
a { background-color: #DFC225; }
a { background-color: rgb(223,194,37); }
div.DivClassName
{
background-color: #DFC225;
}
.BgClassName
{
background-color: #DFC225;
}
</style>
border-color css
<style>
span { border-color: #DFC225; }
span { border-color: rgb(223,194,37); }
td.TdClassName
{
border-color: #DFC225;
}
.TagClassName
{
border-color: #DFC225;
}
</style>