Shades of Sunflower #DEC403
Tints of Sunflower #DEC403
RGB
CMYK
RGB Variations
Color information
#DEC403 (or 0xDEC403) is known color: Sunflower. HEX triplet: DE, C4 and 03. RGB value is (222,196,3). Sum of RGB (Red+Green+Blue) = 222+196+3=421 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.73% from 421); Green value is 196 (76.95% from 255 or 46.56% from 421); Blue value is 3 (1.56% from 255 or 0.71% from 421); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC403 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC403 is #213BFC. Grayscale: #B6B6B6. Windows color (decimal): -2178045 or 247006. OLE color: 247006.
HSL color Cylindrical-coordinate representation of color #DEC403: hue angle of 52.88º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DEC403 is Cyan = 0, Magento = 0.12, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 196 | 3 | - |
| CMYK | 0 | 0.12 | 0.99 | 0.13 |
| HSL | 52.88º | 0.97% | 0.44% | - |
| HSV(B) | 52.88º | 0.99% | 0.87% | - |
| XYZ | 49.88 | 55.02 | 8.08 | - |
| YUV | 181.77 | 27.11 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 196 | 3 | 0 | 0.12 | 0.99 | 0.13 | 52.88 | 0.97 | 0.44 |
| Hex | DE | C4 | 3 | 0 | C | 63 | D | 35 | 61 | 2C |
| Octal | 336 | 304 | 3 | 0 | 14 | 143 | 15 | 65 | 141 | 54 |
| Binary | 11011110 | 11000100 | 11 | 0 | 1100 | 1100011 | 1101 | 110101 | 1100001 | 101100 |
Color Harmonies of #DEC403
Complementary color
Monochromatic Colors of #DEC403
Black with #DEC403
Text Example
Text Example
White with #DEC403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC403; }
p { color: rgb(222,196,3); }
H1.HeaderClassName
{
color: #DEC403;
}
.AnyTagClassName
{
color: #DEC403;
}
</style>
background-color css
<style>
a { background-color: #DEC403; }
a { background-color: rgb(222,196,3); }
div.DivClassName
{
background-color: #DEC403;
}
.BgClassName
{
background-color: #DEC403;
}
</style>
border-color css
<style>
span { border-color: #DEC403; }
span { border-color: rgb(222,196,3); }
td.TdClassName
{
border-color: #DEC403;
}
.TagClassName
{
border-color: #DEC403;
}
</style>