Shades of Sunflower #DFC528
Tints of Sunflower #DFC528
RGB
CMYK
RGB Variations
Color information
#DFC528 (or 0xDFC528) is known color: Sunflower. HEX triplet: DF, C5 and 28. RGB value is (223,197,40). Sum of RGB (Red+Green+Blue) = 223+197+40=460 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.48% from 460); Green value is 197 (77.34% from 255 or 42.83% from 460); Blue value is 40 (16.02% from 255 or 8.70% from 460); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC528 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC528 is #203AD7. Grayscale: #BBBBBB. Windows color (decimal): -2112216 or 2672095. OLE color: 2672095.
HSL color Cylindrical-coordinate representation of color #DFC528: hue angle of 51.48º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DFC528 is Cyan = 0, Magento = 0.12, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 197 | 40 | - |
| CMYK | 0 | 0.12 | 0.82 | 0.13 |
| HSL | 51.48º | 0.74% | 0.52% | - |
| HSV(B) | 51.48º | 0.82% | 0.87% | - |
| XYZ | 50.78 | 55.77 | 10.1 | - |
| YUV | 186.88 | 45.11 | 153.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 197 | 40 | 0 | 0.12 | 0.82 | 0.13 | 51.48 | 0.74 | 0.52 |
| Hex | DF | C5 | 28 | 0 | C | 52 | D | 33 | 4A | 34 |
| Octal | 337 | 305 | 50 | 0 | 14 | 122 | 15 | 63 | 112 | 64 |
| Binary | 11011111 | 11000101 | 101000 | 0 | 1100 | 1010010 | 1101 | 110011 | 1001010 | 110100 |
Color Harmonies of #DFC528
Complementary color
Monochromatic Colors of #DFC528
Black with #DFC528
Text Example
Text Example
White with #DFC528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC528; }
p { color: rgb(223,197,40); }
H1.HeaderClassName
{
color: #DFC528;
}
.AnyTagClassName
{
color: #DFC528;
}
</style>
background-color css
<style>
a { background-color: #DFC528; }
a { background-color: rgb(223,197,40); }
div.DivClassName
{
background-color: #DFC528;
}
.BgClassName
{
background-color: #DFC528;
}
</style>
border-color css
<style>
span { border-color: #DFC528; }
span { border-color: rgb(223,197,40); }
td.TdClassName
{
border-color: #DFC528;
}
.TagClassName
{
border-color: #DFC528;
}
</style>