Shades of Sunflower #DFC526
Tints of Sunflower #DFC526
RGB
CMYK
RGB Variations
Color information
#DFC526 (or 0xDFC526) is known color: Sunflower. HEX triplet: DF, C5 and 26. RGB value is (223,197,38). Sum of RGB (Red+Green+Blue) = 223+197+38=458 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.69% from 458); Green value is 197 (77.34% from 255 or 43.01% from 458); Blue value is 38 (15.23% from 255 or 8.30% from 458); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC526 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC526 is #203AD9. Grayscale: #BBBBBB. Windows color (decimal): -2112218 or 2541023. OLE color: 2541023.
HSL color Cylindrical-coordinate representation of color #DFC526: hue angle of 51.57º 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 #DFC526 is Cyan = 0, Magento = 0.12, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 197 | 38 | - |
| CMYK | 0 | 0.12 | 0.83 | 0.13 |
| HSL | 51.57º | 0.74% | 0.51% | - |
| HSV(B) | 51.57º | 0.83% | 0.87% | - |
| XYZ | 50.75 | 55.76 | 9.92 | - |
| YUV | 186.65 | 44.11 | 153.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 197 | 38 | 0 | 0.12 | 0.83 | 0.13 | 51.57 | 0.74 | 0.51 |
| Hex | DF | C5 | 26 | 0 | C | 53 | D | 34 | 4A | 33 |
| Octal | 337 | 305 | 46 | 0 | 14 | 123 | 15 | 64 | 112 | 63 |
| Binary | 11011111 | 11000101 | 100110 | 0 | 1100 | 1010011 | 1101 | 110100 | 1001010 | 110011 |
Color Harmonies of #DFC526
Complementary color
Monochromatic Colors of #DFC526
Black with #DFC526
Text Example
Text Example
White with #DFC526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC526; }
p { color: rgb(223,197,38); }
H1.HeaderClassName
{
color: #DFC526;
}
.AnyTagClassName
{
color: #DFC526;
}
</style>
background-color css
<style>
a { background-color: #DFC526; }
a { background-color: rgb(223,197,38); }
div.DivClassName
{
background-color: #DFC526;
}
.BgClassName
{
background-color: #DFC526;
}
</style>
border-color css
<style>
span { border-color: #DFC526; }
span { border-color: rgb(223,197,38); }
td.TdClassName
{
border-color: #DFC526;
}
.TagClassName
{
border-color: #DFC526;
}
</style>