Shades of Sunflower #DEC528
Tints of Sunflower #DEC528
RGB
CMYK
RGB Variations
Color information
#DEC528 (or 0xDEC528) is known color: Sunflower. HEX triplet: DE, C5 and 28. RGB value is (222,197,40). Sum of RGB (Red+Green+Blue) = 222+197+40=459 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.37% from 459); Green value is 197 (77.34% from 255 or 42.92% from 459); Blue value is 40 (16.02% from 255 or 8.71% from 459); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC528 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC528 is #213AD7. Grayscale: #BBBBBB. Windows color (decimal): -2177752 or 2672094. OLE color: 2672094.
HSL color Cylindrical-coordinate representation of color #DEC528: hue angle of 51.76º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DEC528 is Cyan = 0, Magento = 0.11, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 197 | 40 | - |
| CMYK | 0 | 0.11 | 0.82 | 0.13 |
| HSL | 51.76º | 0.73% | 0.51% | - |
| HSV(B) | 51.76º | 0.82% | 0.87% | - |
| XYZ | 50.47 | 55.62 | 10.08 | - |
| YUV | 186.58 | 45.28 | 153.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 197 | 40 | 0 | 0.11 | 0.82 | 0.13 | 51.76 | 0.73 | 0.51 |
| Hex | DE | C5 | 28 | 0 | B | 52 | D | 34 | 49 | 33 |
| Octal | 336 | 305 | 50 | 0 | 13 | 122 | 15 | 64 | 111 | 63 |
| Binary | 11011110 | 11000101 | 101000 | 0 | 1011 | 1010010 | 1101 | 110100 | 1001001 | 110011 |
Color Harmonies of #DEC528
Complementary color
Monochromatic Colors of #DEC528
Black with #DEC528
Text Example
Text Example
White with #DEC528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC528; }
p { color: rgb(222,197,40); }
H1.HeaderClassName
{
color: #DEC528;
}
.AnyTagClassName
{
color: #DEC528;
}
</style>
background-color css
<style>
a { background-color: #DEC528; }
a { background-color: rgb(222,197,40); }
div.DivClassName
{
background-color: #DEC528;
}
.BgClassName
{
background-color: #DEC528;
}
</style>
border-color css
<style>
span { border-color: #DEC528; }
span { border-color: rgb(222,197,40); }
td.TdClassName
{
border-color: #DEC528;
}
.TagClassName
{
border-color: #DEC528;
}
</style>