Shades of Sunflower #DEC705
Tints of Sunflower #DEC705
RGB
CMYK
RGB Variations
Color information
#DEC705 (or 0xDEC705) is known color: Sunflower. HEX triplet: DE, C7 and 05. RGB value is (222,199,5). Sum of RGB (Red+Green+Blue) = 222+199+5=426 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.11% from 426); Green value is 199 (78.12% from 255 or 46.71% from 426); Blue value is 5 (2.34% from 255 or 1.17% from 426); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC705 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC705 is #2138FA. Grayscale: #B8B8B8. Windows color (decimal): -2177275 or 378846. OLE color: 378846.
HSL color Cylindrical-coordinate representation of color #DEC705: hue angle of 53.64º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DEC705 is Cyan = 0, Magento = 0.10, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 199 | 5 | - |
| CMYK | 0 | 0.10 | 0.98 | 0.13 |
| HSL | 53.64º | 0.96% | 0.45% | - |
| HSV(B) | 53.64º | 0.98% | 0.87% | - |
| XYZ | 50.58 | 56.39 | 8.36 | - |
| YUV | 183.76 | 27.12 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 199 | 5 | 0 | 0.10 | 0.98 | 0.13 | 53.64 | 0.96 | 0.45 |
| Hex | DE | C7 | 5 | 0 | A | 62 | D | 36 | 60 | 2D |
| Octal | 336 | 307 | 5 | 0 | 12 | 142 | 15 | 66 | 140 | 55 |
| Binary | 11011110 | 11000111 | 101 | 0 | 1010 | 1100010 | 1101 | 110110 | 1100000 | 101101 |
Color Harmonies of #DEC705
Complementary color
Monochromatic Colors of #DEC705
Black with #DEC705
Text Example
Text Example
White with #DEC705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC705; }
p { color: rgb(222,199,5); }
H1.HeaderClassName
{
color: #DEC705;
}
.AnyTagClassName
{
color: #DEC705;
}
</style>
background-color css
<style>
a { background-color: #DEC705; }
a { background-color: rgb(222,199,5); }
div.DivClassName
{
background-color: #DEC705;
}
.BgClassName
{
background-color: #DEC705;
}
</style>
border-color css
<style>
span { border-color: #DEC705; }
span { border-color: rgb(222,199,5); }
td.TdClassName
{
border-color: #DEC705;
}
.TagClassName
{
border-color: #DEC705;
}
</style>