Shades of Wattle #DEC43B
Tints of Wattle #DEC43B
RGB
CMYK
RGB Variations
Color information
#DEC43B (or 0xDEC43B) is known color: Wattle. HEX triplet: DE, C4 and 3B. RGB value is (222,196,59). Sum of RGB (Red+Green+Blue) = 222+196+59=477 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.54% from 477); Green value is 196 (76.95% from 255 or 41.09% from 477); Blue value is 59 (23.44% from 255 or 12.37% from 477); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC43B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC43B is #213BC4. Grayscale: #BCBCBC. Windows color (decimal): -2177989 or 3917022. OLE color: 3917022.
HSL color Cylindrical-coordinate representation of color #DEC43B: hue angle of 50.43º 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 #DEC43B is Cyan = 0, Magento = 0.12, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 196 | 59 | - |
| CMYK | 0 | 0.12 | 0.73 | 0.13 |
| HSL | 50.43º | 0.71% | 0.55% | - |
| HSV(B) | 50.43º | 0.73% | 0.87% | - |
| XYZ | 50.65 | 55.33 | 12.15 | - |
| YUV | 188.16 | 55.11 | 152.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 196 | 59 | 0 | 0.12 | 0.73 | 0.13 | 50.43 | 0.71 | 0.55 |
| Hex | DE | C4 | 3B | 0 | C | 49 | D | 32 | 47 | 37 |
| Octal | 336 | 304 | 73 | 0 | 14 | 111 | 15 | 62 | 107 | 67 |
| Binary | 11011110 | 11000100 | 111011 | 0 | 1100 | 1001001 | 1101 | 110010 | 1000111 | 110111 |
Color Harmonies of #DEC43B
Complementary color
Monochromatic Colors of #DEC43B
Black with #DEC43B
Text Example
Text Example
White with #DEC43B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC43B; }
p { color: rgb(222,196,59); }
H1.HeaderClassName
{
color: #DEC43B;
}
.AnyTagClassName
{
color: #DEC43B;
}
</style>
background-color css
<style>
a { background-color: #DEC43B; }
a { background-color: rgb(222,196,59); }
div.DivClassName
{
background-color: #DEC43B;
}
.BgClassName
{
background-color: #DEC43B;
}
</style>
border-color css
<style>
span { border-color: #DEC43B; }
span { border-color: rgb(222,196,59); }
td.TdClassName
{
border-color: #DEC43B;
}
.TagClassName
{
border-color: #DEC43B;
}
</style>