Shades of Wattle #DEC83D
Tints of Wattle #DEC83D
RGB
CMYK
RGB Variations
Color information
#DEC83D (or 0xDEC83D) is known color: Wattle. HEX triplet: DE, C8 and 3D. RGB value is (222,200,61). Sum of RGB (Red+Green+Blue) = 222+200+61=483 (63% of max value = 765). Red value is 222 (87.11% from 255 or 45.96% from 483); Green value is 200 (78.52% from 255 or 41.41% from 483); Blue value is 61 (24.22% from 255 or 12.63% from 483); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC83D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC83D is #2137C2. Grayscale: #BFBFBF. Windows color (decimal): -2176963 or 4049118. OLE color: 4049118.
HSL color Cylindrical-coordinate representation of color #DEC83D: hue angle of 51.8º 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 #DEC83D is Cyan = 0, Magento = 0.10, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 200 | 61 | - |
| CMYK | 0 | 0.10 | 0.73 | 0.13 |
| HSL | 51.8º | 0.71% | 0.55% | - |
| HSV(B) | 51.8º | 0.73% | 0.87% | - |
| XYZ | 51.62 | 57.18 | 12.73 | - |
| YUV | 190.73 | 54.79 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 200 | 61 | 0 | 0.10 | 0.73 | 0.13 | 51.8 | 0.71 | 0.55 |
| Hex | DE | C8 | 3D | 0 | A | 49 | D | 34 | 47 | 37 |
| Octal | 336 | 310 | 75 | 0 | 12 | 111 | 15 | 64 | 107 | 67 |
| Binary | 11011110 | 11001000 | 111101 | 0 | 1010 | 1001001 | 1101 | 110100 | 1000111 | 110111 |
Color Harmonies of #DEC83D
Complementary color
Monochromatic Colors of #DEC83D
Black with #DEC83D
Text Example
Text Example
White with #DEC83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC83D; }
p { color: rgb(222,200,61); }
H1.HeaderClassName
{
color: #DEC83D;
}
.AnyTagClassName
{
color: #DEC83D;
}
</style>
background-color css
<style>
a { background-color: #DEC83D; }
a { background-color: rgb(222,200,61); }
div.DivClassName
{
background-color: #DEC83D;
}
.BgClassName
{
background-color: #DEC83D;
}
</style>
border-color css
<style>
span { border-color: #DEC83D; }
span { border-color: rgb(222,200,61); }
td.TdClassName
{
border-color: #DEC83D;
}
.TagClassName
{
border-color: #DEC83D;
}
</style>