Shades of Wattle #DECD2D
Tints of Wattle #DECD2D
RGB
CMYK
RGB Variations
Color information
#DECD2D (or 0xDECD2D) is known color: Wattle. HEX triplet: DE, CD and 2D. RGB value is (222,205,45). Sum of RGB (Red+Green+Blue) = 222+205+45=472 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.03% from 472); Green value is 205 (80.47% from 255 or 43.43% from 472); Blue value is 45 (17.97% from 255 or 9.53% from 472); Max value from RGB is 222 - color contains mainly: red. Hex color #DECD2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DECD2D is #2132D2. Grayscale: #C0C0C0. Windows color (decimal): -2175699 or 3001822. OLE color: 3001822.
HSL color Cylindrical-coordinate representation of color #DECD2D: hue angle of 54.24º 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 #DECD2D is Cyan = 0, Magento = 0.08, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 205 | 45 | - |
| CMYK | 0 | 0.08 | 0.80 | 0.13 |
| HSL | 54.24º | 0.73% | 0.52% | - |
| HSV(B) | 54.24º | 0.8% | 0.87% | - |
| XYZ | 52.43 | 59.38 | 11.18 | - |
| YUV | 191.84 | 45.13 | 149.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 205 | 45 | 0 | 0.08 | 0.80 | 0.13 | 54.24 | 0.73 | 0.52 |
| Hex | DE | CD | 2D | 0 | 8 | 50 | D | 36 | 49 | 34 |
| Octal | 336 | 315 | 55 | 0 | 10 | 120 | 15 | 66 | 111 | 64 |
| Binary | 11011110 | 11001101 | 101101 | 0 | 1000 | 1010000 | 1101 | 110110 | 1001001 | 110100 |
Color Harmonies of #DECD2D
Complementary color
Monochromatic Colors of #DECD2D
Black with #DECD2D
Text Example
Text Example
White with #DECD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECD2D; }
p { color: rgb(222,205,45); }
H1.HeaderClassName
{
color: #DECD2D;
}
.AnyTagClassName
{
color: #DECD2D;
}
</style>
background-color css
<style>
a { background-color: #DECD2D; }
a { background-color: rgb(222,205,45); }
div.DivClassName
{
background-color: #DECD2D;
}
.BgClassName
{
background-color: #DECD2D;
}
</style>
border-color css
<style>
span { border-color: #DECD2D; }
span { border-color: rgb(222,205,45); }
td.TdClassName
{
border-color: #DECD2D;
}
.TagClassName
{
border-color: #DECD2D;
}
</style>