Shades of Wattle #DEC13B
Tints of Wattle #DEC13B
RGB
CMYK
RGB Variations
Color information
#DEC13B (or 0xDEC13B) is known color: Wattle. HEX triplet: DE, C1 and 3B. RGB value is (222,193,59). Sum of RGB (Red+Green+Blue) = 222+193+59=474 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.84% from 474); Green value is 193 (75.78% from 255 or 40.72% from 474); Blue value is 59 (23.44% from 255 or 12.45% from 474); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC13B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC13B is #213EC4. Grayscale: #BABABA. Windows color (decimal): -2178757 or 3916254. OLE color: 3916254.
HSL color Cylindrical-coordinate representation of color #DEC13B: hue angle of 49.33º 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 #DEC13B is Cyan = 0, Magento = 0.13, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 193 | 59 | - |
| CMYK | 0 | 0.13 | 0.73 | 0.13 |
| HSL | 49.33º | 0.71% | 0.55% | - |
| HSV(B) | 49.33º | 0.73% | 0.87% | - |
| XYZ | 49.98 | 53.99 | 11.92 | - |
| YUV | 186.4 | 56.11 | 153.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 193 | 59 | 0 | 0.13 | 0.73 | 0.13 | 49.33 | 0.71 | 0.55 |
| Hex | DE | C1 | 3B | 0 | D | 49 | D | 31 | 47 | 37 |
| Octal | 336 | 301 | 73 | 0 | 15 | 111 | 15 | 61 | 107 | 67 |
| Binary | 11011110 | 11000001 | 111011 | 0 | 1101 | 1001001 | 1101 | 110001 | 1000111 | 110111 |
Color Harmonies of #DEC13B
Complementary color
Monochromatic Colors of #DEC13B
Black with #DEC13B
Text Example
Text Example
White with #DEC13B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC13B; }
p { color: rgb(222,193,59); }
H1.HeaderClassName
{
color: #DEC13B;
}
.AnyTagClassName
{
color: #DEC13B;
}
</style>
background-color css
<style>
a { background-color: #DEC13B; }
a { background-color: rgb(222,193,59); }
div.DivClassName
{
background-color: #DEC13B;
}
.BgClassName
{
background-color: #DEC13B;
}
</style>
border-color css
<style>
span { border-color: #DEC13B; }
span { border-color: rgb(222,193,59); }
td.TdClassName
{
border-color: #DEC13B;
}
.TagClassName
{
border-color: #DEC13B;
}
</style>