Shades of Sunflower #DECB10
Tints of Sunflower #DECB10
RGB
CMYK
RGB Variations
Color information
#DECB10 (or 0xDECB10) is known color: Sunflower. HEX triplet: DE, CB and 10. RGB value is (222,203,16). Sum of RGB (Red+Green+Blue) = 222+203+16=441 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.34% from 441); Green value is 203 (79.69% from 255 or 46.03% from 441); Blue value is 16 (6.64% from 255 or 3.63% from 441); Max value from RGB is 222 - color contains mainly: red. Hex color #DECB10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DECB10 is #2134EF. Grayscale: #BCBCBC. Windows color (decimal): -2176240 or 1100766. OLE color: 1100766.
HSL color Cylindrical-coordinate representation of color #DECB10: hue angle of 54.47º 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 #DECB10 is Cyan = 0, Magento = 0.09, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 203 | 16 | - |
| CMYK | 0 | 0.09 | 0.93 | 0.13 |
| HSL | 54.47º | 0.87% | 0.47% | - |
| HSV(B) | 54.47º | 0.93% | 0.87% | - |
| XYZ | 51.57 | 58.28 | 9.02 | - |
| YUV | 187.36 | 31.29 | 152.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 203 | 16 | 0 | 0.09 | 0.93 | 0.13 | 54.47 | 0.87 | 0.47 |
| Hex | DE | CB | 10 | 0 | 9 | 5D | D | 36 | 57 | 2F |
| Octal | 336 | 313 | 20 | 0 | 11 | 135 | 15 | 66 | 127 | 57 |
| Binary | 11011110 | 11001011 | 10000 | 0 | 1001 | 1011101 | 1101 | 110110 | 1010111 | 101111 |
Color Harmonies of #DECB10
Complementary color
Monochromatic Colors of #DECB10
Black with #DECB10
Text Example
Text Example
White with #DECB10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECB10; }
p { color: rgb(222,203,16); }
H1.HeaderClassName
{
color: #DECB10;
}
.AnyTagClassName
{
color: #DECB10;
}
</style>
background-color css
<style>
a { background-color: #DECB10; }
a { background-color: rgb(222,203,16); }
div.DivClassName
{
background-color: #DECB10;
}
.BgClassName
{
background-color: #DECB10;
}
</style>
border-color css
<style>
span { border-color: #DECB10; }
span { border-color: rgb(222,203,16); }
td.TdClassName
{
border-color: #DECB10;
}
.TagClassName
{
border-color: #DECB10;
}
</style>