Shades of Sunflower #DEC32A
Tints of Sunflower #DEC32A
RGB
CMYK
RGB Variations
Color information
#DEC32A (or 0xDEC32A) is known color: Sunflower. HEX triplet: DE, C3 and 2A. RGB value is (222,195,42). Sum of RGB (Red+Green+Blue) = 222+195+42=459 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.37% from 459); Green value is 195 (76.56% from 255 or 42.48% from 459); Blue value is 42 (16.80% from 255 or 9.15% from 459); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC32A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC32A is #213CD5. Grayscale: #BABABA. Windows color (decimal): -2178262 or 2802654. OLE color: 2802654.
HSL color Cylindrical-coordinate representation of color #DEC32A: hue angle of 51º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DEC32A is Cyan = 0, Magento = 0.12, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 195 | 42 | - |
| CMYK | 0 | 0.12 | 0.81 | 0.13 |
| HSL | 51º | 0.73% | 0.52% | - |
| HSV(B) | 51º | 0.81% | 0.87% | - |
| XYZ | 50.06 | 54.73 | 10.12 | - |
| YUV | 185.63 | 46.95 | 153.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 195 | 42 | 0 | 0.12 | 0.81 | 0.13 | 51 | 0.73 | 0.52 |
| Hex | DE | C3 | 2A | 0 | C | 51 | D | 33 | 49 | 34 |
| Octal | 336 | 303 | 52 | 0 | 14 | 121 | 15 | 63 | 111 | 64 |
| Binary | 11011110 | 11000011 | 101010 | 0 | 1100 | 1010001 | 1101 | 110011 | 1001001 | 110100 |
Color Harmonies of #DEC32A
Complementary color
Monochromatic Colors of #DEC32A
Black with #DEC32A
Text Example
Text Example
White with #DEC32A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC32A; }
p { color: rgb(222,195,42); }
H1.HeaderClassName
{
color: #DEC32A;
}
.AnyTagClassName
{
color: #DEC32A;
}
</style>
background-color css
<style>
a { background-color: #DEC32A; }
a { background-color: rgb(222,195,42); }
div.DivClassName
{
background-color: #DEC32A;
}
.BgClassName
{
background-color: #DEC32A;
}
</style>
border-color css
<style>
span { border-color: #DEC32A; }
span { border-color: rgb(222,195,42); }
td.TdClassName
{
border-color: #DEC32A;
}
.TagClassName
{
border-color: #DEC32A;
}
</style>