Shades of Sunflower #DEC21D
Tints of Sunflower #DEC21D
RGB
CMYK
RGB Variations
Color information
#DEC21D (or 0xDEC21D) is known color: Sunflower. HEX triplet: DE, C2 and 1D. RGB value is (222,194,29). Sum of RGB (Red+Green+Blue) = 222+194+29=445 (58% of max value = 765). Red value is 222 (87.11% from 255 or 49.89% from 445); Green value is 194 (76.17% from 255 or 43.60% from 445); Blue value is 29 (11.72% from 255 or 6.52% from 445); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC21D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC21D is #213DE2. Grayscale: #B8B8B8. Windows color (decimal): -2178531 or 1950430. OLE color: 1950430.
HSL color Cylindrical-coordinate representation of color #DEC21D: hue angle of 51.3º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DEC21D is Cyan = 0, Magento = 0.13, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 194 | 29 | - |
| CMYK | 0 | 0.13 | 0.87 | 0.13 |
| HSL | 51.3º | 0.77% | 0.49% | - |
| HSV(B) | 51.3º | 0.87% | 0.87% | - |
| XYZ | 49.64 | 54.2 | 9.01 | - |
| YUV | 183.56 | 40.78 | 155.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 194 | 29 | 0 | 0.13 | 0.87 | 0.13 | 51.3 | 0.77 | 0.49 |
| Hex | DE | C2 | 1D | 0 | D | 57 | D | 33 | 4D | 31 |
| Octal | 336 | 302 | 35 | 0 | 15 | 127 | 15 | 63 | 115 | 61 |
| Binary | 11011110 | 11000010 | 11101 | 0 | 1101 | 1010111 | 1101 | 110011 | 1001101 | 110001 |
Color Harmonies of #DEC21D
Complementary color
Monochromatic Colors of #DEC21D
Black with #DEC21D
Text Example
Text Example
White with #DEC21D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC21D; }
p { color: rgb(222,194,29); }
H1.HeaderClassName
{
color: #DEC21D;
}
.AnyTagClassName
{
color: #DEC21D;
}
</style>
background-color css
<style>
a { background-color: #DEC21D; }
a { background-color: rgb(222,194,29); }
div.DivClassName
{
background-color: #DEC21D;
}
.BgClassName
{
background-color: #DEC21D;
}
</style>
border-color css
<style>
span { border-color: #DEC21D; }
span { border-color: rgb(222,194,29); }
td.TdClassName
{
border-color: #DEC21D;
}
.TagClassName
{
border-color: #DEC21D;
}
</style>