Shades of Sunflower #DEC81F
Tints of Sunflower #DEC81F
RGB
CMYK
RGB Variations
Color information
#DEC81F (or 0xDEC81F) is known color: Sunflower. HEX triplet: DE, C8 and 1F. RGB value is (222,200,31). Sum of RGB (Red+Green+Blue) = 222+200+31=453 (60% of max value = 765). Red value is 222 (87.11% from 255 or 49.01% from 453); Green value is 200 (78.52% from 255 or 44.15% from 453); Blue value is 31 (12.5% from 255 or 6.84% from 453); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC81F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC81F is #2137E0. Grayscale: #BCBCBC. Windows color (decimal): -2176993 or 2083038. OLE color: 2083038.
HSL color Cylindrical-coordinate representation of color #DEC81F: hue angle of 53.09º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DEC81F is Cyan = 0, Magento = 0.10, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 200 | 31 | - |
| CMYK | 0 | 0.10 | 0.86 | 0.13 |
| HSL | 53.09º | 0.75% | 0.5% | - |
| HSV(B) | 53.09º | 0.86% | 0.87% | - |
| XYZ | 51.03 | 56.94 | 9.6 | - |
| YUV | 187.31 | 39.79 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 200 | 31 | 0 | 0.10 | 0.86 | 0.13 | 53.09 | 0.75 | 0.5 |
| Hex | DE | C8 | 1F | 0 | A | 56 | D | 35 | 4B | 32 |
| Octal | 336 | 310 | 37 | 0 | 12 | 126 | 15 | 65 | 113 | 62 |
| Binary | 11011110 | 11001000 | 11111 | 0 | 1010 | 1010110 | 1101 | 110101 | 1001011 | 110010 |
Color Harmonies of #DEC81F
Complementary color
Monochromatic Colors of #DEC81F
Black with #DEC81F
Text Example
Text Example
White with #DEC81F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC81F; }
p { color: rgb(222,200,31); }
H1.HeaderClassName
{
color: #DEC81F;
}
.AnyTagClassName
{
color: #DEC81F;
}
</style>
background-color css
<style>
a { background-color: #DEC81F; }
a { background-color: rgb(222,200,31); }
div.DivClassName
{
background-color: #DEC81F;
}
.BgClassName
{
background-color: #DEC81F;
}
</style>
border-color css
<style>
span { border-color: #DEC81F; }
span { border-color: rgb(222,200,31); }
td.TdClassName
{
border-color: #DEC81F;
}
.TagClassName
{
border-color: #DEC81F;
}
</style>