Shades of Wattle #DECF31
Tints of Wattle #DECF31
RGB
CMYK
RGB Variations
Color information
#DECF31 (or 0xDECF31) is known color: Wattle. HEX triplet: DE, CF and 31. RGB value is (222,207,49). Sum of RGB (Red+Green+Blue) = 222+207+49=478 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.44% from 478); Green value is 207 (81.25% from 255 or 43.31% from 478); Blue value is 49 (19.53% from 255 or 10.25% from 478); Max value from RGB is 222 - color contains mainly: red. Hex color #DECF31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DECF31 is #2130CE. Grayscale: #C2C2C2. Windows color (decimal): -2175183 or 3264478. OLE color: 3264478.
HSL color Cylindrical-coordinate representation of color #DECF31: hue angle of 54.8º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DECF31 is Cyan = 0, Magento = 0.07, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 207 | 49 | - |
| CMYK | 0 | 0.07 | 0.78 | 0.13 |
| HSL | 54.8º | 0.72% | 0.53% | - |
| HSV(B) | 54.8º | 0.78% | 0.87% | - |
| XYZ | 52.99 | 60.38 | 11.77 | - |
| YUV | 193.47 | 46.47 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 207 | 49 | 0 | 0.07 | 0.78 | 0.13 | 54.8 | 0.72 | 0.53 |
| Hex | DE | CF | 31 | 0 | 7 | 4E | D | 37 | 48 | 35 |
| Octal | 336 | 317 | 61 | 0 | 7 | 116 | 15 | 67 | 110 | 65 |
| Binary | 11011110 | 11001111 | 110001 | 0 | 111 | 1001110 | 1101 | 110111 | 1001000 | 110101 |
Color Harmonies of #DECF31
Complementary color
Monochromatic Colors of #DECF31
Black with #DECF31
Text Example
Text Example
White with #DECF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECF31; }
p { color: rgb(222,207,49); }
H1.HeaderClassName
{
color: #DECF31;
}
.AnyTagClassName
{
color: #DECF31;
}
</style>
background-color css
<style>
a { background-color: #DECF31; }
a { background-color: rgb(222,207,49); }
div.DivClassName
{
background-color: #DECF31;
}
.BgClassName
{
background-color: #DECF31;
}
</style>
border-color css
<style>
span { border-color: #DECF31; }
span { border-color: rgb(222,207,49); }
td.TdClassName
{
border-color: #DECF31;
}
.TagClassName
{
border-color: #DECF31;
}
</style>