Shades of Sunflower #DECA17
Tints of Sunflower #DECA17
RGB
CMYK
RGB Variations
Color information
#DECA17 (or 0xDECA17) is known color: Sunflower. HEX triplet: DE, CA and 17. RGB value is (222,202,23). Sum of RGB (Red+Green+Blue) = 222+202+23=447 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.66% from 447); Green value is 202 (79.30% from 255 or 45.19% from 447); Blue value is 23 (9.38% from 255 or 5.15% from 447); Max value from RGB is 222 - color contains mainly: red. Hex color #DECA17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DECA17 is #2135E8. Grayscale: #BCBCBC. Windows color (decimal): -2176489 or 1559262. OLE color: 1559262.
HSL color Cylindrical-coordinate representation of color #DECA17: hue angle of 53.97º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DECA17 is Cyan = 0, Magento = 0.09, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 202 | 23 | - |
| CMYK | 0 | 0.09 | 0.90 | 0.13 |
| HSL | 53.97º | 0.81% | 0.48% | - |
| HSV(B) | 53.97º | 0.9% | 0.87% | - |
| XYZ | 51.4 | 57.83 | 9.26 | - |
| YUV | 187.57 | 35.13 | 152.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 202 | 23 | 0 | 0.09 | 0.90 | 0.13 | 53.97 | 0.81 | 0.48 |
| Hex | DE | CA | 17 | 0 | 9 | 5A | D | 36 | 51 | 30 |
| Octal | 336 | 312 | 27 | 0 | 11 | 132 | 15 | 66 | 121 | 60 |
| Binary | 11011110 | 11001010 | 10111 | 0 | 1001 | 1011010 | 1101 | 110110 | 1010001 | 110000 |
Color Harmonies of #DECA17
Complementary color
Monochromatic Colors of #DECA17
Black with #DECA17
Text Example
Text Example
White with #DECA17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECA17; }
p { color: rgb(222,202,23); }
H1.HeaderClassName
{
color: #DECA17;
}
.AnyTagClassName
{
color: #DECA17;
}
</style>
background-color css
<style>
a { background-color: #DECA17; }
a { background-color: rgb(222,202,23); }
div.DivClassName
{
background-color: #DECA17;
}
.BgClassName
{
background-color: #DECA17;
}
</style>
border-color css
<style>
span { border-color: #DECA17; }
span { border-color: rgb(222,202,23); }
td.TdClassName
{
border-color: #DECA17;
}
.TagClassName
{
border-color: #DECA17;
}
</style>