Shades of Sunflower #DECB1A
Tints of Sunflower #DECB1A
RGB
CMYK
RGB Variations
Color information
#DECB1A (or 0xDECB1A) is known color: Sunflower. HEX triplet: DE, CB and 1A. RGB value is (222,203,26). Sum of RGB (Red+Green+Blue) = 222+203+26=451 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.22% from 451); Green value is 203 (79.69% from 255 or 45.01% from 451); Blue value is 26 (10.55% from 255 or 5.76% from 451); Max value from RGB is 222 - color contains mainly: red. Hex color #DECB1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DECB1A is #2134E5. Grayscale: #BDBDBD. Windows color (decimal): -2176230 or 1756126. OLE color: 1756126.
HSL color Cylindrical-coordinate representation of color #DECB1A: hue angle of 54.18º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DECB1A is Cyan = 0, Magento = 0.09, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 203 | 26 | - |
| CMYK | 0 | 0.09 | 0.88 | 0.13 |
| HSL | 54.18º | 0.79% | 0.49% | - |
| HSV(B) | 54.18º | 0.88% | 0.87% | - |
| XYZ | 51.67 | 58.32 | 9.51 | - |
| YUV | 188.5 | 36.29 | 151.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 203 | 26 | 0 | 0.09 | 0.88 | 0.13 | 54.18 | 0.79 | 0.49 |
| Hex | DE | CB | 1A | 0 | 9 | 58 | D | 36 | 4F | 31 |
| Octal | 336 | 313 | 32 | 0 | 11 | 130 | 15 | 66 | 117 | 61 |
| Binary | 11011110 | 11001011 | 11010 | 0 | 1001 | 1011000 | 1101 | 110110 | 1001111 | 110001 |
Color Harmonies of #DECB1A
Complementary color
Monochromatic Colors of #DECB1A
Black with #DECB1A
Text Example
Text Example
White with #DECB1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECB1A; }
p { color: rgb(222,203,26); }
H1.HeaderClassName
{
color: #DECB1A;
}
.AnyTagClassName
{
color: #DECB1A;
}
</style>
background-color css
<style>
a { background-color: #DECB1A; }
a { background-color: rgb(222,203,26); }
div.DivClassName
{
background-color: #DECB1A;
}
.BgClassName
{
background-color: #DECB1A;
}
</style>
border-color css
<style>
span { border-color: #DECB1A; }
span { border-color: rgb(222,203,26); }
td.TdClassName
{
border-color: #DECB1A;
}
.TagClassName
{
border-color: #DECB1A;
}
</style>