Shades of Sunflower #DEC313
Tints of Sunflower #DEC313
RGB
CMYK
RGB Variations
Color information
#DEC313 (or 0xDEC313) is known color: Sunflower. HEX triplet: DE, C3 and 13. RGB value is (222,195,19). Sum of RGB (Red+Green+Blue) = 222+195+19=436 (57% of max value = 765). Red value is 222 (87.11% from 255 or 50.92% from 436); Green value is 195 (76.56% from 255 or 44.72% from 436); Blue value is 19 (7.81% from 255 or 4.36% from 436); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC313 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC313 is #213CEC. Grayscale: #B7B7B7. Windows color (decimal): -2178285 or 1295326. OLE color: 1295326.
HSL color Cylindrical-coordinate representation of color #DEC313: hue angle of 52.02º 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 #DEC313 is Cyan = 0, Magento = 0.12, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 195 | 19 | - |
| CMYK | 0 | 0.12 | 0.91 | 0.13 |
| HSL | 52.02º | 0.84% | 0.47% | - |
| HSV(B) | 52.02º | 0.91% | 0.87% | - |
| XYZ | 49.76 | 54.61 | 8.53 | - |
| YUV | 183.01 | 35.45 | 155.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 195 | 19 | 0 | 0.12 | 0.91 | 0.13 | 52.02 | 0.84 | 0.47 |
| Hex | DE | C3 | 13 | 0 | C | 5B | D | 34 | 54 | 2F |
| Octal | 336 | 303 | 23 | 0 | 14 | 133 | 15 | 64 | 124 | 57 |
| Binary | 11011110 | 11000011 | 10011 | 0 | 1100 | 1011011 | 1101 | 110100 | 1010100 | 101111 |
Color Harmonies of #DEC313
Complementary color
Monochromatic Colors of #DEC313
Black with #DEC313
Text Example
Text Example
White with #DEC313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC313; }
p { color: rgb(222,195,19); }
H1.HeaderClassName
{
color: #DEC313;
}
.AnyTagClassName
{
color: #DEC313;
}
</style>
background-color css
<style>
a { background-color: #DEC313; }
a { background-color: rgb(222,195,19); }
div.DivClassName
{
background-color: #DEC313;
}
.BgClassName
{
background-color: #DEC313;
}
</style>
border-color css
<style>
span { border-color: #DEC313; }
span { border-color: rgb(222,195,19); }
td.TdClassName
{
border-color: #DEC313;
}
.TagClassName
{
border-color: #DEC313;
}
</style>