Shades of Wattle #DEC630
Tints of Wattle #DEC630
RGB
CMYK
RGB Variations
Color information
#DEC630 (or 0xDEC630) is known color: Wattle. HEX triplet: DE, C6 and 30. RGB value is (222,198,48). Sum of RGB (Red+Green+Blue) = 222+198+48=468 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.44% from 468); Green value is 198 (77.73% from 255 or 42.31% from 468); Blue value is 48 (19.14% from 255 or 10.26% from 468); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC630 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC630 is #2139CF. Grayscale: #BCBCBC. Windows color (decimal): -2177488 or 3196638. OLE color: 3196638.
HSL color Cylindrical-coordinate representation of color #DEC630: hue angle of 51.72º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DEC630 is Cyan = 0, Magento = 0.11, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 198 | 48 | - |
| CMYK | 0 | 0.11 | 0.78 | 0.13 |
| HSL | 51.72º | 0.73% | 0.53% | - |
| HSV(B) | 51.72º | 0.78% | 0.87% | - |
| XYZ | 50.85 | 56.13 | 10.95 | - |
| YUV | 188.08 | 48.95 | 152.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 198 | 48 | 0 | 0.11 | 0.78 | 0.13 | 51.72 | 0.73 | 0.53 |
| Hex | DE | C6 | 30 | 0 | B | 4E | D | 34 | 48 | 35 |
| Octal | 336 | 306 | 60 | 0 | 13 | 116 | 15 | 64 | 110 | 65 |
| Binary | 11011110 | 11000110 | 110000 | 0 | 1011 | 1001110 | 1101 | 110100 | 1001000 | 110101 |
Color Harmonies of #DEC630
Complementary color
Monochromatic Colors of #DEC630
Black with #DEC630
Text Example
Text Example
White with #DEC630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC630; }
p { color: rgb(222,198,48); }
H1.HeaderClassName
{
color: #DEC630;
}
.AnyTagClassName
{
color: #DEC630;
}
</style>
background-color css
<style>
a { background-color: #DEC630; }
a { background-color: rgb(222,198,48); }
div.DivClassName
{
background-color: #DEC630;
}
.BgClassName
{
background-color: #DEC630;
}
</style>
border-color css
<style>
span { border-color: #DEC630; }
span { border-color: rgb(222,198,48); }
td.TdClassName
{
border-color: #DEC630;
}
.TagClassName
{
border-color: #DEC630;
}
</style>