Shades of Sunflower #DEC126
Tints of Sunflower #DEC126
RGB
CMYK
RGB Variations
Color information
#DEC126 (or 0xDEC126) is known color: Sunflower. HEX triplet: DE, C1 and 26. RGB value is (222,193,38). Sum of RGB (Red+Green+Blue) = 222+193+38=453 (60% of max value = 765). Red value is 222 (87.11% from 255 or 49.01% from 453); Green value is 193 (75.78% from 255 or 42.60% from 453); Blue value is 38 (15.23% from 255 or 8.39% from 453); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC126 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC126 is #213ED9. Grayscale: #B8B8B8. Windows color (decimal): -2178778 or 2539998. OLE color: 2539998.
HSL color Cylindrical-coordinate representation of color #DEC126: hue angle of 50.54º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DEC126 is Cyan = 0, Magento = 0.13, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 193 | 38 | - |
| CMYK | 0 | 0.13 | 0.83 | 0.13 |
| HSL | 50.54º | 0.74% | 0.51% | - |
| HSV(B) | 50.54º | 0.83% | 0.87% | - |
| XYZ | 49.54 | 53.81 | 9.61 | - |
| YUV | 184 | 45.61 | 155.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 193 | 38 | 0 | 0.13 | 0.83 | 0.13 | 50.54 | 0.74 | 0.51 |
| Hex | DE | C1 | 26 | 0 | D | 53 | D | 33 | 4A | 33 |
| Octal | 336 | 301 | 46 | 0 | 15 | 123 | 15 | 63 | 112 | 63 |
| Binary | 11011110 | 11000001 | 100110 | 0 | 1101 | 1010011 | 1101 | 110011 | 1001010 | 110011 |
Color Harmonies of #DEC126
Complementary color
Monochromatic Colors of #DEC126
Black with #DEC126
Text Example
Text Example
White with #DEC126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC126; }
p { color: rgb(222,193,38); }
H1.HeaderClassName
{
color: #DEC126;
}
.AnyTagClassName
{
color: #DEC126;
}
</style>
background-color css
<style>
a { background-color: #DEC126; }
a { background-color: rgb(222,193,38); }
div.DivClassName
{
background-color: #DEC126;
}
.BgClassName
{
background-color: #DEC126;
}
</style>
border-color css
<style>
span { border-color: #DEC126; }
span { border-color: rgb(222,193,38); }
td.TdClassName
{
border-color: #DEC126;
}
.TagClassName
{
border-color: #DEC126;
}
</style>