Shades of Sunflower #DECB12
Tints of Sunflower #DECB12
RGB
CMYK
RGB Variations
Color information
#DECB12 (or 0xDECB12) is known color: Sunflower. HEX triplet: DE, CB and 12. RGB value is (222,203,18). Sum of RGB (Red+Green+Blue) = 222+203+18=443 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.11% from 443); Green value is 203 (79.69% from 255 or 45.82% from 443); Blue value is 18 (7.42% from 255 or 4.06% from 443); Max value from RGB is 222 - color contains mainly: red. Hex color #DECB12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DECB12 is #2134ED. Grayscale: #BCBCBC. Windows color (decimal): -2176238 or 1231838. OLE color: 1231838.
HSL color Cylindrical-coordinate representation of color #DECB12: hue angle of 54.41º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DECB12 is Cyan = 0, Magento = 0.09, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 203 | 18 | - |
| CMYK | 0 | 0.09 | 0.92 | 0.13 |
| HSL | 54.41º | 0.85% | 0.47% | - |
| HSV(B) | 54.41º | 0.92% | 0.87% | - |
| XYZ | 51.59 | 58.29 | 9.1 | - |
| YUV | 187.59 | 32.29 | 152.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 203 | 18 | 0 | 0.09 | 0.92 | 0.13 | 54.41 | 0.85 | 0.47 |
| Hex | DE | CB | 12 | 0 | 9 | 5C | D | 36 | 55 | 2F |
| Octal | 336 | 313 | 22 | 0 | 11 | 134 | 15 | 66 | 125 | 57 |
| Binary | 11011110 | 11001011 | 10010 | 0 | 1001 | 1011100 | 1101 | 110110 | 1010101 | 101111 |
Color Harmonies of #DECB12
Complementary color
Monochromatic Colors of #DECB12
Black with #DECB12
Text Example
Text Example
White with #DECB12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECB12; }
p { color: rgb(222,203,18); }
H1.HeaderClassName
{
color: #DECB12;
}
.AnyTagClassName
{
color: #DECB12;
}
</style>
background-color css
<style>
a { background-color: #DECB12; }
a { background-color: rgb(222,203,18); }
div.DivClassName
{
background-color: #DECB12;
}
.BgClassName
{
background-color: #DECB12;
}
</style>
border-color css
<style>
span { border-color: #DECB12; }
span { border-color: rgb(222,203,18); }
td.TdClassName
{
border-color: #DECB12;
}
.TagClassName
{
border-color: #DECB12;
}
</style>