Shades of Sunflower #DEC603
Tints of Sunflower #DEC603
RGB
CMYK
RGB Variations
Color information
#DEC603 (or 0xDEC603) is known color: Sunflower. HEX triplet: DE, C6 and 03. RGB value is (222,198,3). Sum of RGB (Red+Green+Blue) = 222+198+3=423 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.48% from 423); Green value is 198 (77.73% from 255 or 46.81% from 423); Blue value is 3 (1.56% from 255 or 0.71% from 423); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC603 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC603 is #2139FC. Grayscale: #B7B7B7. Windows color (decimal): -2177533 or 247518. OLE color: 247518.
HSL color Cylindrical-coordinate representation of color #DEC603: hue angle of 53.42º 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 #DEC603 is Cyan = 0, Magento = 0.11, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 198 | 3 | - |
| CMYK | 0 | 0.11 | 0.99 | 0.13 |
| HSL | 53.42º | 0.97% | 0.44% | - |
| HSV(B) | 53.42º | 0.99% | 0.87% | - |
| XYZ | 50.33 | 55.92 | 8.23 | - |
| YUV | 182.95 | 26.45 | 155.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 198 | 3 | 0 | 0.11 | 0.99 | 0.13 | 53.42 | 0.97 | 0.44 |
| Hex | DE | C6 | 3 | 0 | B | 63 | D | 35 | 61 | 2C |
| Octal | 336 | 306 | 3 | 0 | 13 | 143 | 15 | 65 | 141 | 54 |
| Binary | 11011110 | 11000110 | 11 | 0 | 1011 | 1100011 | 1101 | 110101 | 1100001 | 101100 |
Color Harmonies of #DEC603
Complementary color
Monochromatic Colors of #DEC603
Black with #DEC603
Text Example
Text Example
White with #DEC603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC603; }
p { color: rgb(222,198,3); }
H1.HeaderClassName
{
color: #DEC603;
}
.AnyTagClassName
{
color: #DEC603;
}
</style>
background-color css
<style>
a { background-color: #DEC603; }
a { background-color: rgb(222,198,3); }
div.DivClassName
{
background-color: #DEC603;
}
.BgClassName
{
background-color: #DEC603;
}
</style>
border-color css
<style>
span { border-color: #DEC603; }
span { border-color: rgb(222,198,3); }
td.TdClassName
{
border-color: #DEC603;
}
.TagClassName
{
border-color: #DEC603;
}
</style>