Shades of Sunflower #DECA1E
Tints of Sunflower #DECA1E
RGB
CMYK
RGB Variations
Color information
#DECA1E (or 0xDECA1E) is known color: Sunflower. HEX triplet: DE, CA and 1E. RGB value is (222,202,30). Sum of RGB (Red+Green+Blue) = 222+202+30=454 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.90% from 454); Green value is 202 (79.30% from 255 or 44.49% from 454); Blue value is 30 (12.11% from 255 or 6.61% from 454); Max value from RGB is 222 - color contains mainly: red. Hex color #DECA1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DECA1E is #2135E1. Grayscale: #BDBDBD. Windows color (decimal): -2176482 or 2018014. OLE color: 2018014.
HSL color Cylindrical-coordinate representation of color #DECA1E: hue angle of 53.75º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DECA1E is Cyan = 0, Magento = 0.09, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 202 | 30 | - |
| CMYK | 0 | 0.09 | 0.86 | 0.13 |
| HSL | 53.75º | 0.76% | 0.49% | - |
| HSV(B) | 53.75º | 0.86% | 0.87% | - |
| XYZ | 51.48 | 57.86 | 9.68 | - |
| YUV | 188.37 | 38.63 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 202 | 30 | 0 | 0.09 | 0.86 | 0.13 | 53.75 | 0.76 | 0.49 |
| Hex | DE | CA | 1E | 0 | 9 | 56 | D | 36 | 4C | 31 |
| Octal | 336 | 312 | 36 | 0 | 11 | 126 | 15 | 66 | 114 | 61 |
| Binary | 11011110 | 11001010 | 11110 | 0 | 1001 | 1010110 | 1101 | 110110 | 1001100 | 110001 |
Color Harmonies of #DECA1E
Complementary color
Monochromatic Colors of #DECA1E
Black with #DECA1E
Text Example
Text Example
White with #DECA1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECA1E; }
p { color: rgb(222,202,30); }
H1.HeaderClassName
{
color: #DECA1E;
}
.AnyTagClassName
{
color: #DECA1E;
}
</style>
background-color css
<style>
a { background-color: #DECA1E; }
a { background-color: rgb(222,202,30); }
div.DivClassName
{
background-color: #DECA1E;
}
.BgClassName
{
background-color: #DECA1E;
}
</style>
border-color css
<style>
span { border-color: #DECA1E; }
span { border-color: rgb(222,202,30); }
td.TdClassName
{
border-color: #DECA1E;
}
.TagClassName
{
border-color: #DECA1E;
}
</style>