Shades of Sunflower #DECA10
Tints of Sunflower #DECA10
RGB
CMYK
RGB Variations
Color information
#DECA10 (or 0xDECA10) is known color: Sunflower. HEX triplet: DE, CA and 10. RGB value is (222,202,16). Sum of RGB (Red+Green+Blue) = 222+202+16=440 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.45% from 440); Green value is 202 (79.30% from 255 or 45.91% from 440); Blue value is 16 (6.64% from 255 or 3.64% from 440); Max value from RGB is 222 - color contains mainly: red. Hex color #DECA10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DECA10 is #2135EF. Grayscale: #BBBBBB. Windows color (decimal): -2176496 or 1100510. OLE color: 1100510.
HSL color Cylindrical-coordinate representation of color #DECA10: hue angle of 54.17º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DECA10 is Cyan = 0, Magento = 0.09, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 202 | 16 | - |
| CMYK | 0 | 0.09 | 0.93 | 0.13 |
| HSL | 54.17º | 0.87% | 0.47% | - |
| HSV(B) | 54.17º | 0.93% | 0.87% | - |
| XYZ | 51.34 | 57.81 | 8.94 | - |
| YUV | 186.78 | 31.63 | 153.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 202 | 16 | 0 | 0.09 | 0.93 | 0.13 | 54.17 | 0.87 | 0.47 |
| Hex | DE | CA | 10 | 0 | 9 | 5D | D | 36 | 57 | 2F |
| Octal | 336 | 312 | 20 | 0 | 11 | 135 | 15 | 66 | 127 | 57 |
| Binary | 11011110 | 11001010 | 10000 | 0 | 1001 | 1011101 | 1101 | 110110 | 1010111 | 101111 |
Color Harmonies of #DECA10
Complementary color
Monochromatic Colors of #DECA10
Black with #DECA10
Text Example
Text Example
White with #DECA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECA10; }
p { color: rgb(222,202,16); }
H1.HeaderClassName
{
color: #DECA10;
}
.AnyTagClassName
{
color: #DECA10;
}
</style>
background-color css
<style>
a { background-color: #DECA10; }
a { background-color: rgb(222,202,16); }
div.DivClassName
{
background-color: #DECA10;
}
.BgClassName
{
background-color: #DECA10;
}
</style>
border-color css
<style>
span { border-color: #DECA10; }
span { border-color: rgb(222,202,16); }
td.TdClassName
{
border-color: #DECA10;
}
.TagClassName
{
border-color: #DECA10;
}
</style>