Shades of Sunflower #DECD0F
Tints of Sunflower #DECD0F
RGB
CMYK
RGB Variations
Color information
#DECD0F (or 0xDECD0F) is known color: Sunflower. HEX triplet: DE, CD and 0F. RGB value is (222,205,15). Sum of RGB (Red+Green+Blue) = 222+205+15=442 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.23% from 442); Green value is 205 (80.47% from 255 or 46.38% from 442); Blue value is 15 (6.25% from 255 or 3.39% from 442); Max value from RGB is 222 - color contains mainly: red. Hex color #DECD0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DECD0F is #2132F0. Grayscale: #BDBDBD. Windows color (decimal): -2175729 or 1035742. OLE color: 1035742.
HSL color Cylindrical-coordinate representation of color #DECD0F: hue angle of 55.07º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DECD0F is Cyan = 0, Magento = 0.08, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 205 | 15 | - |
| CMYK | 0 | 0.08 | 0.93 | 0.13 |
| HSL | 55.07º | 0.87% | 0.46% | - |
| HSV(B) | 55.07º | 0.93% | 0.87% | - |
| XYZ | 52.04 | 59.23 | 9.14 | - |
| YUV | 188.42 | 30.13 | 151.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 205 | 15 | 0 | 0.08 | 0.93 | 0.13 | 55.07 | 0.87 | 0.46 |
| Hex | DE | CD | F | 0 | 8 | 5D | D | 37 | 57 | 2E |
| Octal | 336 | 315 | 17 | 0 | 10 | 135 | 15 | 67 | 127 | 56 |
| Binary | 11011110 | 11001101 | 1111 | 0 | 1000 | 1011101 | 1101 | 110111 | 1010111 | 101110 |
Color Harmonies of #DECD0F
Complementary color
Monochromatic Colors of #DECD0F
Black with #DECD0F
Text Example
Text Example
White with #DECD0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECD0F; }
p { color: rgb(222,205,15); }
H1.HeaderClassName
{
color: #DECD0F;
}
.AnyTagClassName
{
color: #DECD0F;
}
</style>
background-color css
<style>
a { background-color: #DECD0F; }
a { background-color: rgb(222,205,15); }
div.DivClassName
{
background-color: #DECD0F;
}
.BgClassName
{
background-color: #DECD0F;
}
</style>
border-color css
<style>
span { border-color: #DECD0F; }
span { border-color: rgb(222,205,15); }
td.TdClassName
{
border-color: #DECD0F;
}
.TagClassName
{
border-color: #DECD0F;
}
</style>