Shades of Sunflower #DEC207
Tints of Sunflower #DEC207
RGB
CMYK
RGB Variations
Color information
#DEC207 (or 0xDEC207) is known color: Sunflower. HEX triplet: DE, C2 and 07. RGB value is (222,194,7). Sum of RGB (Red+Green+Blue) = 222+194+7=423 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.48% from 423); Green value is 194 (76.17% from 255 or 45.86% from 423); Blue value is 7 (3.12% from 255 or 1.65% from 423); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC207 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC207 is #213DF8. Grayscale: #B5B5B5. Windows color (decimal): -2178553 or 508638. OLE color: 508638.
HSL color Cylindrical-coordinate representation of color #DEC207: hue angle of 52.19º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DEC207 is Cyan = 0, Magento = 0.13, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 194 | 7 | - |
| CMYK | 0 | 0.13 | 0.97 | 0.13 |
| HSL | 52.19º | 0.94% | 0.45% | - |
| HSV(B) | 52.19º | 0.97% | 0.87% | - |
| XYZ | 49.45 | 54.13 | 8.04 | - |
| YUV | 181.05 | 29.78 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 194 | 7 | 0 | 0.13 | 0.97 | 0.13 | 52.19 | 0.94 | 0.45 |
| Hex | DE | C2 | 7 | 0 | D | 61 | D | 34 | 5E | 2D |
| Octal | 336 | 302 | 7 | 0 | 15 | 141 | 15 | 64 | 136 | 55 |
| Binary | 11011110 | 11000010 | 111 | 0 | 1101 | 1100001 | 1101 | 110100 | 1011110 | 101101 |
Color Harmonies of #DEC207
Complementary color
Monochromatic Colors of #DEC207
Black with #DEC207
Text Example
Text Example
White with #DEC207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC207; }
p { color: rgb(222,194,7); }
H1.HeaderClassName
{
color: #DEC207;
}
.AnyTagClassName
{
color: #DEC207;
}
</style>
background-color css
<style>
a { background-color: #DEC207; }
a { background-color: rgb(222,194,7); }
div.DivClassName
{
background-color: #DEC207;
}
.BgClassName
{
background-color: #DEC207;
}
</style>
border-color css
<style>
span { border-color: #DEC207; }
span { border-color: rgb(222,194,7); }
td.TdClassName
{
border-color: #DEC207;
}
.TagClassName
{
border-color: #DEC207;
}
</style>