Shades of Wattle #DEC33C
Tints of Wattle #DEC33C
RGB
CMYK
RGB Variations
Color information
#DEC33C (or 0xDEC33C) is known color: Wattle. HEX triplet: DE, C3 and 3C. RGB value is (222,195,60). Sum of RGB (Red+Green+Blue) = 222+195+60=477 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.54% from 477); Green value is 195 (76.56% from 255 or 40.88% from 477); Blue value is 60 (23.83% from 255 or 12.58% from 477); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC33C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC33C is #213CC3. Grayscale: #BCBCBC. Windows color (decimal): -2178244 or 3982302. OLE color: 3982302.
HSL color Cylindrical-coordinate representation of color #DEC33C: hue angle of 50º 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 #DEC33C is Cyan = 0, Magento = 0.12, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 195 | 60 | - |
| CMYK | 0 | 0.12 | 0.73 | 0.13 |
| HSL | 50º | 0.71% | 0.55% | - |
| HSV(B) | 50º | 0.73% | 0.87% | - |
| XYZ | 50.45 | 54.89 | 12.21 | - |
| YUV | 187.68 | 55.95 | 152.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 195 | 60 | 0 | 0.12 | 0.73 | 0.13 | 50 | 0.71 | 0.55 |
| Hex | DE | C3 | 3C | 0 | C | 49 | D | 32 | 47 | 37 |
| Octal | 336 | 303 | 74 | 0 | 14 | 111 | 15 | 62 | 107 | 67 |
| Binary | 11011110 | 11000011 | 111100 | 0 | 1100 | 1001001 | 1101 | 110010 | 1000111 | 110111 |
Color Harmonies of #DEC33C
Complementary color
Monochromatic Colors of #DEC33C
Black with #DEC33C
Text Example
Text Example
White with #DEC33C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC33C; }
p { color: rgb(222,195,60); }
H1.HeaderClassName
{
color: #DEC33C;
}
.AnyTagClassName
{
color: #DEC33C;
}
</style>
background-color css
<style>
a { background-color: #DEC33C; }
a { background-color: rgb(222,195,60); }
div.DivClassName
{
background-color: #DEC33C;
}
.BgClassName
{
background-color: #DEC33C;
}
</style>
border-color css
<style>
span { border-color: #DEC33C; }
span { border-color: rgb(222,195,60); }
td.TdClassName
{
border-color: #DEC33C;
}
.TagClassName
{
border-color: #DEC33C;
}
</style>