Shades of Sunflower #DEC405
Tints of Sunflower #DEC405
RGB
CMYK
RGB Variations
Color information
#DEC405 (or 0xDEC405) is known color: Sunflower. HEX triplet: DE, C4 and 05. RGB value is (222,196,5). Sum of RGB (Red+Green+Blue) = 222+196+5=423 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.48% from 423); Green value is 196 (76.95% from 255 or 46.34% from 423); Blue value is 5 (2.34% from 255 or 1.18% from 423); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC405 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC405 is #213BFA. Grayscale: #B6B6B6. Windows color (decimal): -2178043 or 378078. OLE color: 378078.
HSL color Cylindrical-coordinate representation of color #DEC405: hue angle of 52.81º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DEC405 is Cyan = 0, Magento = 0.12, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 196 | 5 | - |
| CMYK | 0 | 0.12 | 0.98 | 0.13 |
| HSL | 52.81º | 0.96% | 0.45% | - |
| HSV(B) | 52.81º | 0.98% | 0.87% | - |
| XYZ | 49.89 | 55.02 | 8.13 | - |
| YUV | 182 | 28.11 | 156.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 196 | 5 | 0 | 0.12 | 0.98 | 0.13 | 52.81 | 0.96 | 0.45 |
| Hex | DE | C4 | 5 | 0 | C | 62 | D | 35 | 60 | 2D |
| Octal | 336 | 304 | 5 | 0 | 14 | 142 | 15 | 65 | 140 | 55 |
| Binary | 11011110 | 11000100 | 101 | 0 | 1100 | 1100010 | 1101 | 110101 | 1100000 | 101101 |
Color Harmonies of #DEC405
Complementary color
Monochromatic Colors of #DEC405
Black with #DEC405
Text Example
Text Example
White with #DEC405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC405; }
p { color: rgb(222,196,5); }
H1.HeaderClassName
{
color: #DEC405;
}
.AnyTagClassName
{
color: #DEC405;
}
</style>
background-color css
<style>
a { background-color: #DEC405; }
a { background-color: rgb(222,196,5); }
div.DivClassName
{
background-color: #DEC405;
}
.BgClassName
{
background-color: #DEC405;
}
</style>
border-color css
<style>
span { border-color: #DEC405; }
span { border-color: rgb(222,196,5); }
td.TdClassName
{
border-color: #DEC405;
}
.TagClassName
{
border-color: #DEC405;
}
</style>