Shades of Sunflower #DECD05
Tints of Sunflower #DECD05
RGB
CMYK
RGB Variations
Color information
#DECD05 (or 0xDECD05) is known color: Sunflower. HEX triplet: DE, CD and 05. RGB value is (222,205,5). Sum of RGB (Red+Green+Blue) = 222+205+5=432 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.39% from 432); Green value is 205 (80.47% from 255 or 47.45% from 432); Blue value is 5 (2.34% from 255 or 1.16% from 432); Max value from RGB is 222 - color contains mainly: red. Hex color #DECD05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DECD05 is #2132FA. Grayscale: #BCBCBC. Windows color (decimal): -2175739 or 380382. OLE color: 380382.
HSL color Cylindrical-coordinate representation of color #DECD05: hue angle of 55.3º 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 #DECD05 is Cyan = 0, Magento = 0.08, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 205 | 5 | - |
| CMYK | 0 | 0.08 | 0.98 | 0.13 |
| HSL | 55.3º | 0.96% | 0.45% | - |
| HSV(B) | 55.3º | 0.98% | 0.87% | - |
| XYZ | 51.98 | 59.2 | 8.83 | - |
| YUV | 187.28 | 25.13 | 152.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 205 | 5 | 0 | 0.08 | 0.98 | 0.13 | 55.3 | 0.96 | 0.45 |
| Hex | DE | CD | 5 | 0 | 8 | 62 | D | 37 | 60 | 2D |
| Octal | 336 | 315 | 5 | 0 | 10 | 142 | 15 | 67 | 140 | 55 |
| Binary | 11011110 | 11001101 | 101 | 0 | 1000 | 1100010 | 1101 | 110111 | 1100000 | 101101 |
Color Harmonies of #DECD05
Complementary color
Monochromatic Colors of #DECD05
Black with #DECD05
Text Example
Text Example
White with #DECD05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECD05; }
p { color: rgb(222,205,5); }
H1.HeaderClassName
{
color: #DECD05;
}
.AnyTagClassName
{
color: #DECD05;
}
</style>
background-color css
<style>
a { background-color: #DECD05; }
a { background-color: rgb(222,205,5); }
div.DivClassName
{
background-color: #DECD05;
}
.BgClassName
{
background-color: #DECD05;
}
</style>
border-color css
<style>
span { border-color: #DECD05; }
span { border-color: rgb(222,205,5); }
td.TdClassName
{
border-color: #DECD05;
}
.TagClassName
{
border-color: #DECD05;
}
</style>