Shades of Wattle #DECB30
Tints of Wattle #DECB30
RGB
CMYK
RGB Variations
Color information
#DECB30 (or 0xDECB30) is known color: Wattle. HEX triplet: DE, CB and 30. RGB value is (222,203,48). Sum of RGB (Red+Green+Blue) = 222+203+48=473 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.93% from 473); Green value is 203 (79.69% from 255 or 42.92% from 473); Blue value is 48 (19.14% from 255 or 10.15% from 473); Max value from RGB is 222 - color contains mainly: red. Hex color #DECB30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DECB30 is #2134CF. Grayscale: #BFBFBF. Windows color (decimal): -2176208 or 3197918. OLE color: 3197918.
HSL color Cylindrical-coordinate representation of color #DECB30: hue angle of 53.45º 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 #DECB30 is Cyan = 0, Magento = 0.09, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 203 | 48 | - |
| CMYK | 0 | 0.09 | 0.78 | 0.13 |
| HSL | 53.45º | 0.73% | 0.53% | - |
| HSV(B) | 53.45º | 0.78% | 0.87% | - |
| XYZ | 52.01 | 58.45 | 11.34 | - |
| YUV | 191.01 | 47.29 | 150.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 203 | 48 | 0 | 0.09 | 0.78 | 0.13 | 53.45 | 0.73 | 0.53 |
| Hex | DE | CB | 30 | 0 | 9 | 4E | D | 35 | 48 | 35 |
| Octal | 336 | 313 | 60 | 0 | 11 | 116 | 15 | 65 | 110 | 65 |
| Binary | 11011110 | 11001011 | 110000 | 0 | 1001 | 1001110 | 1101 | 110101 | 1001000 | 110101 |
Color Harmonies of #DECB30
Complementary color
Monochromatic Colors of #DECB30
Black with #DECB30
Text Example
Text Example
White with #DECB30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECB30; }
p { color: rgb(222,203,48); }
H1.HeaderClassName
{
color: #DECB30;
}
.AnyTagClassName
{
color: #DECB30;
}
</style>
background-color css
<style>
a { background-color: #DECB30; }
a { background-color: rgb(222,203,48); }
div.DivClassName
{
background-color: #DECB30;
}
.BgClassName
{
background-color: #DECB30;
}
</style>
border-color css
<style>
span { border-color: #DECB30; }
span { border-color: rgb(222,203,48); }
td.TdClassName
{
border-color: #DECB30;
}
.TagClassName
{
border-color: #DECB30;
}
</style>