Shades of Sunflower #DEC701
Tints of Sunflower #DEC701
RGB
CMYK
RGB Variations
Color information
#DEC701 (or 0xDEC701) is known color: Sunflower. HEX triplet: DE, C7 and 01. RGB value is (222,199,1). Sum of RGB (Red+Green+Blue) = 222+199+1=422 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.61% from 422); Green value is 199 (78.12% from 255 or 47.16% from 422); Blue value is 1 (0.78% from 255 or 0.24% from 422); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC701 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC701 is #2138FE. Grayscale: #B8B8B8. Windows color (decimal): -2177279 or 116702. OLE color: 116702.
HSL color Cylindrical-coordinate representation of color #DEC701: hue angle of 53.76º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DEC701 is Cyan = 0, Magento = 0.10, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 199 | 1 | - |
| CMYK | 0 | 0.10 | 1.00 | 0.13 |
| HSL | 53.76º | 0.99% | 0.44% | - |
| HSV(B) | 53.76º | 1% | 0.87% | - |
| XYZ | 50.55 | 56.38 | 8.25 | - |
| YUV | 183.31 | 25.12 | 155.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 199 | 1 | 0 | 0.10 | 1.00 | 0.13 | 53.76 | 0.99 | 0.44 |
| Hex | DE | C7 | 1 | 0 | A | 64 | D | 36 | 63 | 2C |
| Octal | 336 | 307 | 1 | 0 | 12 | 144 | 15 | 66 | 143 | 54 |
| Binary | 11011110 | 11000111 | 1 | 0 | 1010 | 1100100 | 1101 | 110110 | 1100011 | 101100 |
Color Harmonies of #DEC701
Complementary color
Monochromatic Colors of #DEC701
Black with #DEC701
Text Example
Text Example
White with #DEC701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC701; }
p { color: rgb(222,199,1); }
H1.HeaderClassName
{
color: #DEC701;
}
.AnyTagClassName
{
color: #DEC701;
}
</style>
background-color css
<style>
a { background-color: #DEC701; }
a { background-color: rgb(222,199,1); }
div.DivClassName
{
background-color: #DEC701;
}
.BgClassName
{
background-color: #DEC701;
}
</style>
border-color css
<style>
span { border-color: #DEC701; }
span { border-color: rgb(222,199,1); }
td.TdClassName
{
border-color: #DEC701;
}
.TagClassName
{
border-color: #DEC701;
}
</style>