Shades of Sunflower #DEC513
Tints of Sunflower #DEC513
RGB
CMYK
RGB Variations
Color information
#DEC513 (or 0xDEC513) is known color: Sunflower. HEX triplet: DE, C5 and 13. RGB value is (222,197,19). Sum of RGB (Red+Green+Blue) = 222+197+19=438 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.68% from 438); Green value is 197 (77.34% from 255 or 44.98% from 438); Blue value is 19 (7.81% from 255 or 4.34% from 438); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC513 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC513 is #213AEC. Grayscale: #B8B8B8. Windows color (decimal): -2177773 or 1295838. OLE color: 1295838.
HSL color Cylindrical-coordinate representation of color #DEC513: hue angle of 52.61º 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 #DEC513 is Cyan = 0, Magento = 0.11, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 197 | 19 | - |
| CMYK | 0 | 0.11 | 0.91 | 0.13 |
| HSL | 52.61º | 0.84% | 0.47% | - |
| HSV(B) | 52.61º | 0.91% | 0.87% | - |
| XYZ | 50.21 | 55.51 | 8.68 | - |
| YUV | 184.18 | 34.78 | 154.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 197 | 19 | 0 | 0.11 | 0.91 | 0.13 | 52.61 | 0.84 | 0.47 |
| Hex | DE | C5 | 13 | 0 | B | 5B | D | 35 | 54 | 2F |
| Octal | 336 | 305 | 23 | 0 | 13 | 133 | 15 | 65 | 124 | 57 |
| Binary | 11011110 | 11000101 | 10011 | 0 | 1011 | 1011011 | 1101 | 110101 | 1010100 | 101111 |
Color Harmonies of #DEC513
Complementary color
Monochromatic Colors of #DEC513
Black with #DEC513
Text Example
Text Example
White with #DEC513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC513; }
p { color: rgb(222,197,19); }
H1.HeaderClassName
{
color: #DEC513;
}
.AnyTagClassName
{
color: #DEC513;
}
</style>
background-color css
<style>
a { background-color: #DEC513; }
a { background-color: rgb(222,197,19); }
div.DivClassName
{
background-color: #DEC513;
}
.BgClassName
{
background-color: #DEC513;
}
</style>
border-color css
<style>
span { border-color: #DEC513; }
span { border-color: rgb(222,197,19); }
td.TdClassName
{
border-color: #DEC513;
}
.TagClassName
{
border-color: #DEC513;
}
</style>