Shades of Sunflower #DECC1A
Tints of Sunflower #DECC1A
RGB
CMYK
RGB Variations
Color information
#DECC1A (or 0xDECC1A) is known color: Sunflower. HEX triplet: DE, CC and 1A. RGB value is (222,204,26). Sum of RGB (Red+Green+Blue) = 222+204+26=452 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.12% from 452); Green value is 204 (80.08% from 255 or 45.13% from 452); Blue value is 26 (10.55% from 255 or 5.75% from 452); Max value from RGB is 222 - color contains mainly: red. Hex color #DECC1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DECC1A is #2133E5. Grayscale: #BDBDBD. Windows color (decimal): -2175974 or 1756382. OLE color: 1756382.
HSL color Cylindrical-coordinate representation of color #DECC1A: hue angle of 54.49º 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 #DECC1A is Cyan = 0, Magento = 0.08, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 204 | 26 | - |
| CMYK | 0 | 0.08 | 0.88 | 0.13 |
| HSL | 54.49º | 0.79% | 0.49% | - |
| HSV(B) | 54.49º | 0.88% | 0.87% | - |
| XYZ | 51.9 | 58.79 | 9.59 | - |
| YUV | 189.09 | 35.96 | 151.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 204 | 26 | 0 | 0.08 | 0.88 | 0.13 | 54.49 | 0.79 | 0.49 |
| Hex | DE | CC | 1A | 0 | 8 | 58 | D | 36 | 4F | 31 |
| Octal | 336 | 314 | 32 | 0 | 10 | 130 | 15 | 66 | 117 | 61 |
| Binary | 11011110 | 11001100 | 11010 | 0 | 1000 | 1011000 | 1101 | 110110 | 1001111 | 110001 |
Color Harmonies of #DECC1A
Complementary color
Monochromatic Colors of #DECC1A
Black with #DECC1A
Text Example
Text Example
White with #DECC1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECC1A; }
p { color: rgb(222,204,26); }
H1.HeaderClassName
{
color: #DECC1A;
}
.AnyTagClassName
{
color: #DECC1A;
}
</style>
background-color css
<style>
a { background-color: #DECC1A; }
a { background-color: rgb(222,204,26); }
div.DivClassName
{
background-color: #DECC1A;
}
.BgClassName
{
background-color: #DECC1A;
}
</style>
border-color css
<style>
span { border-color: #DECC1A; }
span { border-color: rgb(222,204,26); }
td.TdClassName
{
border-color: #DECC1A;
}
.TagClassName
{
border-color: #DECC1A;
}
</style>