Shades of Sunflower #DEC507
Tints of Sunflower #DEC507
RGB
CMYK
RGB Variations
Color information
#DEC507 (or 0xDEC507) is known color: Sunflower. HEX triplet: DE, C5 and 07. RGB value is (222,197,7). Sum of RGB (Red+Green+Blue) = 222+197+7=426 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.11% from 426); Green value is 197 (77.34% from 255 or 46.24% from 426); Blue value is 7 (3.12% from 255 or 1.64% from 426); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC507 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC507 is #213AF8. Grayscale: #B7B7B7. Windows color (decimal): -2177785 or 509406. OLE color: 509406.
HSL color Cylindrical-coordinate representation of color #DEC507: hue angle of 53.02º 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 #DEC507 is Cyan = 0, Magento = 0.11, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 197 | 7 | - |
| CMYK | 0 | 0.11 | 0.97 | 0.13 |
| HSL | 53.02º | 0.94% | 0.45% | - |
| HSV(B) | 53.02º | 0.97% | 0.87% | - |
| XYZ | 50.13 | 55.48 | 8.27 | - |
| YUV | 182.82 | 28.78 | 155.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 197 | 7 | 0 | 0.11 | 0.97 | 0.13 | 53.02 | 0.94 | 0.45 |
| Hex | DE | C5 | 7 | 0 | B | 61 | D | 35 | 5E | 2D |
| Octal | 336 | 305 | 7 | 0 | 13 | 141 | 15 | 65 | 136 | 55 |
| Binary | 11011110 | 11000101 | 111 | 0 | 1011 | 1100001 | 1101 | 110101 | 1011110 | 101101 |
Color Harmonies of #DEC507
Complementary color
Monochromatic Colors of #DEC507
Black with #DEC507
Text Example
Text Example
White with #DEC507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC507; }
p { color: rgb(222,197,7); }
H1.HeaderClassName
{
color: #DEC507;
}
.AnyTagClassName
{
color: #DEC507;
}
</style>
background-color css
<style>
a { background-color: #DEC507; }
a { background-color: rgb(222,197,7); }
div.DivClassName
{
background-color: #DEC507;
}
.BgClassName
{
background-color: #DEC507;
}
</style>
border-color css
<style>
span { border-color: #DEC507; }
span { border-color: rgb(222,197,7); }
td.TdClassName
{
border-color: #DEC507;
}
.TagClassName
{
border-color: #DEC507;
}
</style>