Shades of Wattle #DEC23B
Tints of Wattle #DEC23B
RGB
CMYK
RGB Variations
Color information
#DEC23B (or 0xDEC23B) is known color: Wattle. HEX triplet: DE, C2 and 3B. RGB value is (222,194,59). Sum of RGB (Red+Green+Blue) = 222+194+59=475 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.74% from 475); Green value is 194 (76.17% from 255 or 40.84% from 475); Blue value is 59 (23.44% from 255 or 12.42% from 475); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC23B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC23B is #213DC4. Grayscale: #BBBBBB. Windows color (decimal): -2178501 or 3916510. OLE color: 3916510.
HSL color Cylindrical-coordinate representation of color #DEC23B: hue angle of 49.69º 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 #DEC23B is Cyan = 0, Magento = 0.13, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 194 | 59 | - |
| CMYK | 0 | 0.13 | 0.73 | 0.13 |
| HSL | 49.69º | 0.71% | 0.55% | - |
| HSV(B) | 49.69º | 0.73% | 0.87% | - |
| XYZ | 50.21 | 54.43 | 12 | - |
| YUV | 186.98 | 55.78 | 152.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 194 | 59 | 0 | 0.13 | 0.73 | 0.13 | 49.69 | 0.71 | 0.55 |
| Hex | DE | C2 | 3B | 0 | D | 49 | D | 32 | 47 | 37 |
| Octal | 336 | 302 | 73 | 0 | 15 | 111 | 15 | 62 | 107 | 67 |
| Binary | 11011110 | 11000010 | 111011 | 0 | 1101 | 1001001 | 1101 | 110010 | 1000111 | 110111 |
Color Harmonies of #DEC23B
Complementary color
Monochromatic Colors of #DEC23B
Black with #DEC23B
Text Example
Text Example
White with #DEC23B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC23B; }
p { color: rgb(222,194,59); }
H1.HeaderClassName
{
color: #DEC23B;
}
.AnyTagClassName
{
color: #DEC23B;
}
</style>
background-color css
<style>
a { background-color: #DEC23B; }
a { background-color: rgb(222,194,59); }
div.DivClassName
{
background-color: #DEC23B;
}
.BgClassName
{
background-color: #DEC23B;
}
</style>
border-color css
<style>
span { border-color: #DEC23B; }
span { border-color: rgb(222,194,59); }
td.TdClassName
{
border-color: #DEC23B;
}
.TagClassName
{
border-color: #DEC23B;
}
</style>