Shades of Sunflower #DECC03
Tints of Sunflower #DECC03
RGB
CMYK
RGB Variations
Color information
#DECC03 (or 0xDECC03) is known color: Sunflower. HEX triplet: DE, CC and 03. RGB value is (222,204,3). Sum of RGB (Red+Green+Blue) = 222+204+3=429 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.75% from 429); Green value is 204 (80.08% from 255 or 47.55% from 429); Blue value is 3 (1.56% from 255 or 0.70% from 429); Max value from RGB is 222 - color contains mainly: red. Hex color #DECC03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DECC03 is #2133FC. Grayscale: #BBBBBB. Windows color (decimal): -2175997 or 249054. OLE color: 249054.
HSL color Cylindrical-coordinate representation of color #DECC03: hue angle of 55.07º 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 #DECC03 is Cyan = 0, Magento = 0.08, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 204 | 3 | - |
| CMYK | 0 | 0.08 | 0.99 | 0.13 |
| HSL | 55.07º | 0.97% | 0.44% | - |
| HSV(B) | 55.07º | 0.99% | 0.87% | - |
| XYZ | 51.73 | 58.72 | 8.69 | - |
| YUV | 186.47 | 24.46 | 153.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 204 | 3 | 0 | 0.08 | 0.99 | 0.13 | 55.07 | 0.97 | 0.44 |
| Hex | DE | CC | 3 | 0 | 8 | 63 | D | 37 | 61 | 2C |
| Octal | 336 | 314 | 3 | 0 | 10 | 143 | 15 | 67 | 141 | 54 |
| Binary | 11011110 | 11001100 | 11 | 0 | 1000 | 1100011 | 1101 | 110111 | 1100001 | 101100 |
Color Harmonies of #DECC03
Complementary color
Monochromatic Colors of #DECC03
Black with #DECC03
Text Example
Text Example
White with #DECC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECC03; }
p { color: rgb(222,204,3); }
H1.HeaderClassName
{
color: #DECC03;
}
.AnyTagClassName
{
color: #DECC03;
}
</style>
background-color css
<style>
a { background-color: #DECC03; }
a { background-color: rgb(222,204,3); }
div.DivClassName
{
background-color: #DECC03;
}
.BgClassName
{
background-color: #DECC03;
}
</style>
border-color css
<style>
span { border-color: #DECC03; }
span { border-color: rgb(222,204,3); }
td.TdClassName
{
border-color: #DECC03;
}
.TagClassName
{
border-color: #DECC03;
}
</style>