Shades of Sunflower #DECD0D
Tints of Sunflower #DECD0D
RGB
CMYK
RGB Variations
Color information
#DECD0D (or 0xDECD0D) is known color: Sunflower. HEX triplet: DE, CD and 0D. RGB value is (222,205,13). Sum of RGB (Red+Green+Blue) = 222+205+13=440 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.45% from 440); Green value is 205 (80.47% from 255 or 46.59% from 440); Blue value is 13 (5.47% from 255 or 2.95% from 440); Max value from RGB is 222 - color contains mainly: red. Hex color #DECD0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DECD0D is #2132F2. Grayscale: #BCBCBC. Windows color (decimal): -2175731 or 904670. OLE color: 904670.
HSL color Cylindrical-coordinate representation of color #DECD0D: hue angle of 55.12º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DECD0D is Cyan = 0, Magento = 0.08, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 205 | 13 | - |
| CMYK | 0 | 0.08 | 0.94 | 0.13 |
| HSL | 55.12º | 0.89% | 0.46% | - |
| HSV(B) | 55.12º | 0.94% | 0.87% | - |
| XYZ | 52.03 | 59.22 | 9.07 | - |
| YUV | 188.2 | 29.13 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 205 | 13 | 0 | 0.08 | 0.94 | 0.13 | 55.12 | 0.89 | 0.46 |
| Hex | DE | CD | D | 0 | 8 | 5E | D | 37 | 59 | 2E |
| Octal | 336 | 315 | 15 | 0 | 10 | 136 | 15 | 67 | 131 | 56 |
| Binary | 11011110 | 11001101 | 1101 | 0 | 1000 | 1011110 | 1101 | 110111 | 1011001 | 101110 |
Color Harmonies of #DECD0D
Complementary color
Monochromatic Colors of #DECD0D
Black with #DECD0D
Text Example
Text Example
White with #DECD0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECD0D; }
p { color: rgb(222,205,13); }
H1.HeaderClassName
{
color: #DECD0D;
}
.AnyTagClassName
{
color: #DECD0D;
}
</style>
background-color css
<style>
a { background-color: #DECD0D; }
a { background-color: rgb(222,205,13); }
div.DivClassName
{
background-color: #DECD0D;
}
.BgClassName
{
background-color: #DECD0D;
}
</style>
border-color css
<style>
span { border-color: #DECD0D; }
span { border-color: rgb(222,205,13); }
td.TdClassName
{
border-color: #DECD0D;
}
.TagClassName
{
border-color: #DECD0D;
}
</style>