Shades of Sunflower #DEC301
Tints of Sunflower #DEC301
RGB
CMYK
RGB Variations
Color information
#DEC301 (or 0xDEC301) is known color: Sunflower. HEX triplet: DE, C3 and 01. RGB value is (222,195,1). Sum of RGB (Red+Green+Blue) = 222+195+1=418 (55% of max value = 765). Red value is 222 (87.11% from 255 or 53.11% from 418); Green value is 195 (76.56% from 255 or 46.65% from 418); Blue value is 1 (0.78% from 255 or 0.24% from 418); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC301 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC301 is #213CFE. Grayscale: #B5B5B5. Windows color (decimal): -2178303 or 115678. OLE color: 115678.
HSL color Cylindrical-coordinate representation of color #DEC301: hue angle of 52.67º 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 #DEC301 is Cyan = 0, Magento = 0.12, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 195 | 1 | - |
| CMYK | 0 | 0.12 | 1.00 | 0.13 |
| HSL | 52.67º | 0.99% | 0.44% | - |
| HSV(B) | 52.67º | 1% | 0.87% | - |
| XYZ | 49.64 | 54.56 | 7.94 | - |
| YUV | 180.96 | 26.45 | 157.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 195 | 1 | 0 | 0.12 | 1.00 | 0.13 | 52.67 | 0.99 | 0.44 |
| Hex | DE | C3 | 1 | 0 | C | 64 | D | 35 | 63 | 2C |
| Octal | 336 | 303 | 1 | 0 | 14 | 144 | 15 | 65 | 143 | 54 |
| Binary | 11011110 | 11000011 | 1 | 0 | 1100 | 1100100 | 1101 | 110101 | 1100011 | 101100 |
Color Harmonies of #DEC301
Complementary color
Monochromatic Colors of #DEC301
Black with #DEC301
Text Example
Text Example
White with #DEC301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC301; }
p { color: rgb(222,195,1); }
H1.HeaderClassName
{
color: #DEC301;
}
.AnyTagClassName
{
color: #DEC301;
}
</style>
background-color css
<style>
a { background-color: #DEC301; }
a { background-color: rgb(222,195,1); }
div.DivClassName
{
background-color: #DEC301;
}
.BgClassName
{
background-color: #DEC301;
}
</style>
border-color css
<style>
span { border-color: #DEC301; }
span { border-color: rgb(222,195,1); }
td.TdClassName
{
border-color: #DEC301;
}
.TagClassName
{
border-color: #DEC301;
}
</style>