Shades of Sunflower #DEC314
Tints of Sunflower #DEC314
RGB
CMYK
RGB Variations
Color information
#DEC314 (or 0xDEC314) is known color: Sunflower. HEX triplet: DE, C3 and 14. RGB value is (222,195,20). Sum of RGB (Red+Green+Blue) = 222+195+20=437 (57% of max value = 765). Red value is 222 (87.11% from 255 or 50.80% from 437); Green value is 195 (76.56% from 255 or 44.62% from 437); Blue value is 20 (8.20% from 255 or 4.58% from 437); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC314 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC314 is #213CEB. Grayscale: #B7B7B7. Windows color (decimal): -2178284 or 1360862. OLE color: 1360862.
HSL color Cylindrical-coordinate representation of color #DEC314: hue angle of 51.98º degrees, saturation: 0.83, 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 #DEC314 is Cyan = 0, Magento = 0.12, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 195 | 20 | - |
| CMYK | 0 | 0.12 | 0.91 | 0.13 |
| HSL | 51.98º | 0.83% | 0.47% | - |
| HSV(B) | 51.98º | 0.91% | 0.87% | - |
| XYZ | 49.77 | 54.61 | 8.58 | - |
| YUV | 183.12 | 35.95 | 155.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 195 | 20 | 0 | 0.12 | 0.91 | 0.13 | 51.98 | 0.83 | 0.47 |
| Hex | DE | C3 | 14 | 0 | C | 5B | D | 34 | 53 | 2F |
| Octal | 336 | 303 | 24 | 0 | 14 | 133 | 15 | 64 | 123 | 57 |
| Binary | 11011110 | 11000011 | 10100 | 0 | 1100 | 1011011 | 1101 | 110100 | 1010011 | 101111 |
Color Harmonies of #DEC314
Complementary color
Monochromatic Colors of #DEC314
Black with #DEC314
Text Example
Text Example
White with #DEC314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC314; }
p { color: rgb(222,195,20); }
H1.HeaderClassName
{
color: #DEC314;
}
.AnyTagClassName
{
color: #DEC314;
}
</style>
background-color css
<style>
a { background-color: #DEC314; }
a { background-color: rgb(222,195,20); }
div.DivClassName
{
background-color: #DEC314;
}
.BgClassName
{
background-color: #DEC314;
}
</style>
border-color css
<style>
span { border-color: #DEC314; }
span { border-color: rgb(222,195,20); }
td.TdClassName
{
border-color: #DEC314;
}
.TagClassName
{
border-color: #DEC314;
}
</style>