Shades of Sunflower #DECD03
Tints of Sunflower #DECD03
RGB
CMYK
RGB Variations
Color information
#DECD03 (or 0xDECD03) is known color: Sunflower. HEX triplet: DE, CD and 03. RGB value is (222,205,3). Sum of RGB (Red+Green+Blue) = 222+205+3=430 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.63% from 430); Green value is 205 (80.47% from 255 or 47.67% from 430); Blue value is 3 (1.56% from 255 or 0.70% from 430); Max value from RGB is 222 - color contains mainly: red. Hex color #DECD03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DECD03 is #2132FC. Grayscale: #BBBBBB. Windows color (decimal): -2175741 or 249310. OLE color: 249310.
HSL color Cylindrical-coordinate representation of color #DECD03: hue angle of 55.34º 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 #DECD03 is Cyan = 0, Magento = 0.08, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 205 | 3 | - |
| CMYK | 0 | 0.08 | 0.99 | 0.13 |
| HSL | 55.34º | 0.97% | 0.44% | - |
| HSV(B) | 55.34º | 0.99% | 0.87% | - |
| XYZ | 51.97 | 59.2 | 8.77 | - |
| YUV | 187.06 | 24.13 | 152.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 205 | 3 | 0 | 0.08 | 0.99 | 0.13 | 55.34 | 0.97 | 0.44 |
| Hex | DE | CD | 3 | 0 | 8 | 63 | D | 37 | 61 | 2C |
| Octal | 336 | 315 | 3 | 0 | 10 | 143 | 15 | 67 | 141 | 54 |
| Binary | 11011110 | 11001101 | 11 | 0 | 1000 | 1100011 | 1101 | 110111 | 1100001 | 101100 |
Color Harmonies of #DECD03
Complementary color
Monochromatic Colors of #DECD03
Black with #DECD03
Text Example
Text Example
White with #DECD03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECD03; }
p { color: rgb(222,205,3); }
H1.HeaderClassName
{
color: #DECD03;
}
.AnyTagClassName
{
color: #DECD03;
}
</style>
background-color css
<style>
a { background-color: #DECD03; }
a { background-color: rgb(222,205,3); }
div.DivClassName
{
background-color: #DECD03;
}
.BgClassName
{
background-color: #DECD03;
}
</style>
border-color css
<style>
span { border-color: #DECD03; }
span { border-color: rgb(222,205,3); }
td.TdClassName
{
border-color: #DECD03;
}
.TagClassName
{
border-color: #DECD03;
}
</style>