Shades of Sunflower #DEC423
Tints of Sunflower #DEC423
RGB
CMYK
RGB Variations
Color information
#DEC423 (or 0xDEC423) is known color: Sunflower. HEX triplet: DE, C4 and 23. RGB value is (222,196,35). Sum of RGB (Red+Green+Blue) = 222+196+35=453 (60% of max value = 765). Red value is 222 (87.11% from 255 or 49.01% from 453); Green value is 196 (76.95% from 255 or 43.27% from 453); Blue value is 35 (14.06% from 255 or 7.73% from 453); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC423 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC423 is #213BDC. Grayscale: #BABABA. Windows color (decimal): -2178013 or 2344158. OLE color: 2344158.
HSL color Cylindrical-coordinate representation of color #DEC423: hue angle of 51.66º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DEC423 is Cyan = 0, Magento = 0.12, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 196 | 35 | - |
| CMYK | 0 | 0.12 | 0.84 | 0.13 |
| HSL | 51.66º | 0.74% | 0.5% | - |
| HSV(B) | 51.66º | 0.84% | 0.87% | - |
| XYZ | 50.17 | 55.13 | 9.59 | - |
| YUV | 185.42 | 43.11 | 154.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 196 | 35 | 0 | 0.12 | 0.84 | 0.13 | 51.66 | 0.74 | 0.5 |
| Hex | DE | C4 | 23 | 0 | C | 54 | D | 34 | 4A | 32 |
| Octal | 336 | 304 | 43 | 0 | 14 | 124 | 15 | 64 | 112 | 62 |
| Binary | 11011110 | 11000100 | 100011 | 0 | 1100 | 1010100 | 1101 | 110100 | 1001010 | 110010 |
Color Harmonies of #DEC423
Complementary color
Monochromatic Colors of #DEC423
Black with #DEC423
Text Example
Text Example
White with #DEC423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC423; }
p { color: rgb(222,196,35); }
H1.HeaderClassName
{
color: #DEC423;
}
.AnyTagClassName
{
color: #DEC423;
}
</style>
background-color css
<style>
a { background-color: #DEC423; }
a { background-color: rgb(222,196,35); }
div.DivClassName
{
background-color: #DEC423;
}
.BgClassName
{
background-color: #DEC423;
}
</style>
border-color css
<style>
span { border-color: #DEC423; }
span { border-color: rgb(222,196,35); }
td.TdClassName
{
border-color: #DEC423;
}
.TagClassName
{
border-color: #DEC423;
}
</style>