Shades of Wattle #DECB2D
Tints of Wattle #DECB2D
RGB
CMYK
RGB Variations
Color information
#DECB2D (or 0xDECB2D) is known color: Wattle. HEX triplet: DE, CB and 2D. RGB value is (222,203,45). Sum of RGB (Red+Green+Blue) = 222+203+45=470 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.23% from 470); Green value is 203 (79.69% from 255 or 43.19% from 470); Blue value is 45 (17.97% from 255 or 9.57% from 470); Max value from RGB is 222 - color contains mainly: red. Hex color #DECB2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DECB2D is #2134D2. Grayscale: #BFBFBF. Windows color (decimal): -2176211 or 3001310. OLE color: 3001310.
HSL color Cylindrical-coordinate representation of color #DECB2D: hue angle of 53.56º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DECB2D is Cyan = 0, Magento = 0.09, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 203 | 45 | - |
| CMYK | 0 | 0.09 | 0.80 | 0.13 |
| HSL | 53.56º | 0.73% | 0.52% | - |
| HSV(B) | 53.56º | 0.8% | 0.87% | - |
| XYZ | 51.95 | 58.43 | 11.02 | - |
| YUV | 190.67 | 45.79 | 150.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 203 | 45 | 0 | 0.09 | 0.80 | 0.13 | 53.56 | 0.73 | 0.52 |
| Hex | DE | CB | 2D | 0 | 9 | 50 | D | 36 | 49 | 34 |
| Octal | 336 | 313 | 55 | 0 | 11 | 120 | 15 | 66 | 111 | 64 |
| Binary | 11011110 | 11001011 | 101101 | 0 | 1001 | 1010000 | 1101 | 110110 | 1001001 | 110100 |
Color Harmonies of #DECB2D
Complementary color
Monochromatic Colors of #DECB2D
Black with #DECB2D
Text Example
Text Example
White with #DECB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECB2D; }
p { color: rgb(222,203,45); }
H1.HeaderClassName
{
color: #DECB2D;
}
.AnyTagClassName
{
color: #DECB2D;
}
</style>
background-color css
<style>
a { background-color: #DECB2D; }
a { background-color: rgb(222,203,45); }
div.DivClassName
{
background-color: #DECB2D;
}
.BgClassName
{
background-color: #DECB2D;
}
</style>
border-color css
<style>
span { border-color: #DECB2D; }
span { border-color: rgb(222,203,45); }
td.TdClassName
{
border-color: #DECB2D;
}
.TagClassName
{
border-color: #DECB2D;
}
</style>