Shades of Sunflower #DEC505
Tints of Sunflower #DEC505
RGB
CMYK
RGB Variations
Color information
#DEC505 (or 0xDEC505) is known color: Sunflower. HEX triplet: DE, C5 and 05. RGB value is (222,197,5). Sum of RGB (Red+Green+Blue) = 222+197+5=424 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.36% from 424); Green value is 197 (77.34% from 255 or 46.46% from 424); Blue value is 5 (2.34% from 255 or 1.18% from 424); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC505 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC505 is #213AFA. Grayscale: #B7B7B7. Windows color (decimal): -2177787 or 378334. OLE color: 378334.
HSL color Cylindrical-coordinate representation of color #DEC505: hue angle of 53.09º 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 #DEC505 is Cyan = 0, Magento = 0.11, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 197 | 5 | - |
| CMYK | 0 | 0.11 | 0.98 | 0.13 |
| HSL | 53.09º | 0.96% | 0.45% | - |
| HSV(B) | 53.09º | 0.98% | 0.87% | - |
| XYZ | 50.12 | 55.47 | 8.21 | - |
| YUV | 182.59 | 27.78 | 156.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 197 | 5 | 0 | 0.11 | 0.98 | 0.13 | 53.09 | 0.96 | 0.45 |
| Hex | DE | C5 | 5 | 0 | B | 62 | D | 35 | 60 | 2D |
| Octal | 336 | 305 | 5 | 0 | 13 | 142 | 15 | 65 | 140 | 55 |
| Binary | 11011110 | 11000101 | 101 | 0 | 1011 | 1100010 | 1101 | 110101 | 1100000 | 101101 |
Color Harmonies of #DEC505
Complementary color
Monochromatic Colors of #DEC505
Black with #DEC505
Text Example
Text Example
White with #DEC505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC505; }
p { color: rgb(222,197,5); }
H1.HeaderClassName
{
color: #DEC505;
}
.AnyTagClassName
{
color: #DEC505;
}
</style>
background-color css
<style>
a { background-color: #DEC505; }
a { background-color: rgb(222,197,5); }
div.DivClassName
{
background-color: #DEC505;
}
.BgClassName
{
background-color: #DEC505;
}
</style>
border-color css
<style>
span { border-color: #DEC505; }
span { border-color: rgb(222,197,5); }
td.TdClassName
{
border-color: #DEC505;
}
.TagClassName
{
border-color: #DEC505;
}
</style>