Shades of Sunflower #DEC627
Tints of Sunflower #DEC627
RGB
CMYK
RGB Variations
Color information
#DEC627 (or 0xDEC627) is known color: Sunflower. HEX triplet: DE, C6 and 27. RGB value is (222,198,39). Sum of RGB (Red+Green+Blue) = 222+198+39=459 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.37% from 459); Green value is 198 (77.73% from 255 or 43.14% from 459); Blue value is 39 (15.62% from 255 or 8.50% from 459); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC627 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC627 is #2139D8. Grayscale: #BBBBBB. Windows color (decimal): -2177497 or 2606814. OLE color: 2606814.
HSL color Cylindrical-coordinate representation of color #DEC627: hue angle of 52.13º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DEC627 is Cyan = 0, Magento = 0.11, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 198 | 39 | - |
| CMYK | 0 | 0.11 | 0.82 | 0.13 |
| HSL | 52.13º | 0.73% | 0.51% | - |
| HSV(B) | 52.13º | 0.82% | 0.87% | - |
| XYZ | 50.68 | 56.06 | 10.07 | - |
| YUV | 187.05 | 44.45 | 152.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 198 | 39 | 0 | 0.11 | 0.82 | 0.13 | 52.13 | 0.73 | 0.51 |
| Hex | DE | C6 | 27 | 0 | B | 52 | D | 34 | 49 | 33 |
| Octal | 336 | 306 | 47 | 0 | 13 | 122 | 15 | 64 | 111 | 63 |
| Binary | 11011110 | 11000110 | 100111 | 0 | 1011 | 1010010 | 1101 | 110100 | 1001001 | 110011 |
Color Harmonies of #DEC627
Complementary color
Monochromatic Colors of #DEC627
Black with #DEC627
Text Example
Text Example
White with #DEC627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC627; }
p { color: rgb(222,198,39); }
H1.HeaderClassName
{
color: #DEC627;
}
.AnyTagClassName
{
color: #DEC627;
}
</style>
background-color css
<style>
a { background-color: #DEC627; }
a { background-color: rgb(222,198,39); }
div.DivClassName
{
background-color: #DEC627;
}
.BgClassName
{
background-color: #DEC627;
}
</style>
border-color css
<style>
span { border-color: #DEC627; }
span { border-color: rgb(222,198,39); }
td.TdClassName
{
border-color: #DEC627;
}
.TagClassName
{
border-color: #DEC627;
}
</style>