Shades of Sunflower #DECB05
Tints of Sunflower #DECB05
RGB
CMYK
RGB Variations
Color information
#DECB05 (or 0xDECB05) is known color: Sunflower. HEX triplet: DE, CB and 05. RGB value is (222,203,5). Sum of RGB (Red+Green+Blue) = 222+203+5=430 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.63% from 430); Green value is 203 (79.69% from 255 or 47.21% from 430); Blue value is 5 (2.34% from 255 or 1.16% from 430); Max value from RGB is 222 - color contains mainly: red. Hex color #DECB05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DECB05 is #2134FA. Grayscale: #BABABA. Windows color (decimal): -2176251 or 379870. OLE color: 379870.
HSL color Cylindrical-coordinate representation of color #DECB05: hue angle of 54.75º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DECB05 is Cyan = 0, Magento = 0.09, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 203 | 5 | - |
| CMYK | 0 | 0.09 | 0.98 | 0.13 |
| HSL | 54.75º | 0.96% | 0.45% | - |
| HSV(B) | 54.75º | 0.98% | 0.87% | - |
| XYZ | 51.51 | 58.25 | 8.67 | - |
| YUV | 186.11 | 25.79 | 153.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 203 | 5 | 0 | 0.09 | 0.98 | 0.13 | 54.75 | 0.96 | 0.45 |
| Hex | DE | CB | 5 | 0 | 9 | 62 | D | 37 | 60 | 2D |
| Octal | 336 | 313 | 5 | 0 | 11 | 142 | 15 | 67 | 140 | 55 |
| Binary | 11011110 | 11001011 | 101 | 0 | 1001 | 1100010 | 1101 | 110111 | 1100000 | 101101 |
Color Harmonies of #DECB05
Complementary color
Monochromatic Colors of #DECB05
Black with #DECB05
Text Example
Text Example
White with #DECB05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECB05; }
p { color: rgb(222,203,5); }
H1.HeaderClassName
{
color: #DECB05;
}
.AnyTagClassName
{
color: #DECB05;
}
</style>
background-color css
<style>
a { background-color: #DECB05; }
a { background-color: rgb(222,203,5); }
div.DivClassName
{
background-color: #DECB05;
}
.BgClassName
{
background-color: #DECB05;
}
</style>
border-color css
<style>
span { border-color: #DECB05; }
span { border-color: rgb(222,203,5); }
td.TdClassName
{
border-color: #DECB05;
}
.TagClassName
{
border-color: #DECB05;
}
</style>