Shades of Sunflower #DECC13
Tints of Sunflower #DECC13
RGB
CMYK
RGB Variations
Color information
#DECC13 (or 0xDECC13) is known color: Sunflower. HEX triplet: DE, CC and 13. RGB value is (222,204,19). Sum of RGB (Red+Green+Blue) = 222+204+19=445 (58% of max value = 765). Red value is 222 (87.11% from 255 or 49.89% from 445); Green value is 204 (80.08% from 255 or 45.84% from 445); Blue value is 19 (7.81% from 255 or 4.27% from 445); Max value from RGB is 222 - color contains mainly: red. Hex color #DECC13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DECC13 is #2133EC. Grayscale: #BDBDBD. Windows color (decimal): -2175981 or 1297630. OLE color: 1297630.
HSL color Cylindrical-coordinate representation of color #DECC13: hue angle of 54.68º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DECC13 is Cyan = 0, Magento = 0.08, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 204 | 19 | - |
| CMYK | 0 | 0.08 | 0.91 | 0.13 |
| HSL | 54.68º | 0.84% | 0.47% | - |
| HSV(B) | 54.68º | 0.91% | 0.87% | - |
| XYZ | 51.83 | 58.76 | 9.23 | - |
| YUV | 188.29 | 32.46 | 152.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 204 | 19 | 0 | 0.08 | 0.91 | 0.13 | 54.68 | 0.84 | 0.47 |
| Hex | DE | CC | 13 | 0 | 8 | 5B | D | 37 | 54 | 2F |
| Octal | 336 | 314 | 23 | 0 | 10 | 133 | 15 | 67 | 124 | 57 |
| Binary | 11011110 | 11001100 | 10011 | 0 | 1000 | 1011011 | 1101 | 110111 | 1010100 | 101111 |
Color Harmonies of #DECC13
Complementary color
Monochromatic Colors of #DECC13
Black with #DECC13
Text Example
Text Example
White with #DECC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECC13; }
p { color: rgb(222,204,19); }
H1.HeaderClassName
{
color: #DECC13;
}
.AnyTagClassName
{
color: #DECC13;
}
</style>
background-color css
<style>
a { background-color: #DECC13; }
a { background-color: rgb(222,204,19); }
div.DivClassName
{
background-color: #DECC13;
}
.BgClassName
{
background-color: #DECC13;
}
</style>
border-color css
<style>
span { border-color: #DECC13; }
span { border-color: rgb(222,204,19); }
td.TdClassName
{
border-color: #DECC13;
}
.TagClassName
{
border-color: #DECC13;
}
</style>