Shades of Sunflower #DEC21F
Tints of Sunflower #DEC21F
RGB
CMYK
RGB Variations
Color information
#DEC21F (or 0xDEC21F) is known color: Sunflower. HEX triplet: DE, C2 and 1F. RGB value is (222,194,31). Sum of RGB (Red+Green+Blue) = 222+194+31=447 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.66% from 447); Green value is 194 (76.17% from 255 or 43.40% from 447); Blue value is 31 (12.5% from 255 or 6.94% from 447); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC21F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC21F is #213DE0. Grayscale: #B8B8B8. Windows color (decimal): -2178529 or 2081502. OLE color: 2081502.
HSL color Cylindrical-coordinate representation of color #DEC21F: hue angle of 51.2º 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 #DEC21F is Cyan = 0, Magento = 0.13, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 194 | 31 | - |
| CMYK | 0 | 0.13 | 0.86 | 0.13 |
| HSL | 51.2º | 0.75% | 0.5% | - |
| HSV(B) | 51.2º | 0.86% | 0.87% | - |
| XYZ | 49.66 | 54.21 | 9.14 | - |
| YUV | 183.79 | 41.78 | 155.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 194 | 31 | 0 | 0.13 | 0.86 | 0.13 | 51.2 | 0.75 | 0.5 |
| Hex | DE | C2 | 1F | 0 | D | 56 | D | 33 | 4B | 32 |
| Octal | 336 | 302 | 37 | 0 | 15 | 126 | 15 | 63 | 113 | 62 |
| Binary | 11011110 | 11000010 | 11111 | 0 | 1101 | 1010110 | 1101 | 110011 | 1001011 | 110010 |
Color Harmonies of #DEC21F
Complementary color
Monochromatic Colors of #DEC21F
Black with #DEC21F
Text Example
Text Example
White with #DEC21F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC21F; }
p { color: rgb(222,194,31); }
H1.HeaderClassName
{
color: #DEC21F;
}
.AnyTagClassName
{
color: #DEC21F;
}
</style>
background-color css
<style>
a { background-color: #DEC21F; }
a { background-color: rgb(222,194,31); }
div.DivClassName
{
background-color: #DEC21F;
}
.BgClassName
{
background-color: #DEC21F;
}
</style>
border-color css
<style>
span { border-color: #DEC21F; }
span { border-color: rgb(222,194,31); }
td.TdClassName
{
border-color: #DEC21F;
}
.TagClassName
{
border-color: #DEC21F;
}
</style>