Shades of Sunflower #DECD06
Tints of Sunflower #DECD06
RGB
CMYK
RGB Variations
Color information
#DECD06 (or 0xDECD06) is known color: Sunflower. HEX triplet: DE, CD and 06. RGB value is (222,205,6). Sum of RGB (Red+Green+Blue) = 222+205+6=433 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.27% from 433); Green value is 205 (80.47% from 255 or 47.34% from 433); Blue value is 6 (2.73% from 255 or 1.39% from 433); Max value from RGB is 222 - color contains mainly: red. Hex color #DECD06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DECD06 is #2132F9. Grayscale: #BCBCBC. Windows color (decimal): -2175738 or 445918. OLE color: 445918.
HSL color Cylindrical-coordinate representation of color #DECD06: hue angle of 55.28º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DECD06 is Cyan = 0, Magento = 0.08, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 205 | 6 | - |
| CMYK | 0 | 0.08 | 0.97 | 0.13 |
| HSL | 55.28º | 0.95% | 0.45% | - |
| HSV(B) | 55.28º | 0.97% | 0.87% | - |
| XYZ | 51.99 | 59.21 | 8.86 | - |
| YUV | 187.4 | 25.63 | 152.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 205 | 6 | 0 | 0.08 | 0.97 | 0.13 | 55.28 | 0.95 | 0.45 |
| Hex | DE | CD | 6 | 0 | 8 | 61 | D | 37 | 5F | 2D |
| Octal | 336 | 315 | 6 | 0 | 10 | 141 | 15 | 67 | 137 | 55 |
| Binary | 11011110 | 11001101 | 110 | 0 | 1000 | 1100001 | 1101 | 110111 | 1011111 | 101101 |
Color Harmonies of #DECD06
Complementary color
Monochromatic Colors of #DECD06
Black with #DECD06
Text Example
Text Example
White with #DECD06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECD06; }
p { color: rgb(222,205,6); }
H1.HeaderClassName
{
color: #DECD06;
}
.AnyTagClassName
{
color: #DECD06;
}
</style>
background-color css
<style>
a { background-color: #DECD06; }
a { background-color: rgb(222,205,6); }
div.DivClassName
{
background-color: #DECD06;
}
.BgClassName
{
background-color: #DECD06;
}
</style>
border-color css
<style>
span { border-color: #DECD06; }
span { border-color: rgb(222,205,6); }
td.TdClassName
{
border-color: #DECD06;
}
.TagClassName
{
border-color: #DECD06;
}
</style>