Shades of Wattle #DEC93B
Tints of Wattle #DEC93B
RGB
CMYK
RGB Variations
Color information
#DEC93B (or 0xDEC93B) is known color: Wattle. HEX triplet: DE, C9 and 3B. RGB value is (222,201,59). Sum of RGB (Red+Green+Blue) = 222+201+59=482 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.06% from 482); Green value is 201 (78.91% from 255 or 41.70% from 482); Blue value is 59 (23.44% from 255 or 12.24% from 482); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC93B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC93B is #2136C4. Grayscale: #BFBFBF. Windows color (decimal): -2176709 or 3918302. OLE color: 3918302.
HSL color Cylindrical-coordinate representation of color #DEC93B: hue angle of 52.27º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DEC93B is Cyan = 0, Magento = 0.09, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 201 | 59 | - |
| CMYK | 0 | 0.09 | 0.73 | 0.13 |
| HSL | 52.27º | 0.71% | 0.55% | - |
| HSV(B) | 52.27º | 0.73% | 0.87% | - |
| XYZ | 51.8 | 57.62 | 12.53 | - |
| YUV | 191.09 | 53.46 | 150.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 201 | 59 | 0 | 0.09 | 0.73 | 0.13 | 52.27 | 0.71 | 0.55 |
| Hex | DE | C9 | 3B | 0 | 9 | 49 | D | 34 | 47 | 37 |
| Octal | 336 | 311 | 73 | 0 | 11 | 111 | 15 | 64 | 107 | 67 |
| Binary | 11011110 | 11001001 | 111011 | 0 | 1001 | 1001001 | 1101 | 110100 | 1000111 | 110111 |
Color Harmonies of #DEC93B
Complementary color
Monochromatic Colors of #DEC93B
Black with #DEC93B
Text Example
Text Example
White with #DEC93B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC93B; }
p { color: rgb(222,201,59); }
H1.HeaderClassName
{
color: #DEC93B;
}
.AnyTagClassName
{
color: #DEC93B;
}
</style>
background-color css
<style>
a { background-color: #DEC93B; }
a { background-color: rgb(222,201,59); }
div.DivClassName
{
background-color: #DEC93B;
}
.BgClassName
{
background-color: #DEC93B;
}
</style>
border-color css
<style>
span { border-color: #DEC93B; }
span { border-color: rgb(222,201,59); }
td.TdClassName
{
border-color: #DEC93B;
}
.TagClassName
{
border-color: #DEC93B;
}
</style>