Shades of Wattle #DED138
Tints of Wattle #DED138
RGB
CMYK
RGB Variations
Color information
#DED138 (or 0xDED138) is known color: Wattle. HEX triplet: DE, D1 and 38. RGB value is (222,209,56). Sum of RGB (Red+Green+Blue) = 222+209+56=487 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.59% from 487); Green value is 209 (82.03% from 255 or 42.92% from 487); Blue value is 56 (22.27% from 255 or 11.50% from 487); Max value from RGB is 222 - color contains mainly: red. Hex color #DED138 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED138 is #212EC7. Grayscale: #C4C4C4. Windows color (decimal): -2174664 or 3723742. OLE color: 3723742.
HSL color Cylindrical-coordinate representation of color #DED138: hue angle of 55.3º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DED138 is Cyan = 0, Magento = 0.06, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 209 | 56 | - |
| CMYK | 0 | 0.06 | 0.75 | 0.13 |
| HSL | 55.3º | 0.72% | 0.55% | - |
| HSV(B) | 55.3º | 0.75% | 0.87% | - |
| XYZ | 53.64 | 61.42 | 12.77 | - |
| YUV | 195.45 | 49.31 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 209 | 56 | 0 | 0.06 | 0.75 | 0.13 | 55.3 | 0.72 | 0.55 |
| Hex | DE | D1 | 38 | 0 | 6 | 4B | D | 37 | 48 | 37 |
| Octal | 336 | 321 | 70 | 0 | 6 | 113 | 15 | 67 | 110 | 67 |
| Binary | 11011110 | 11010001 | 111000 | 0 | 110 | 1001011 | 1101 | 110111 | 1001000 | 110111 |
Color Harmonies of #DED138
Complementary color
Monochromatic Colors of #DED138
Black with #DED138
Text Example
Text Example
White with #DED138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED138; }
p { color: rgb(222,209,56); }
H1.HeaderClassName
{
color: #DED138;
}
.AnyTagClassName
{
color: #DED138;
}
</style>
background-color css
<style>
a { background-color: #DED138; }
a { background-color: rgb(222,209,56); }
div.DivClassName
{
background-color: #DED138;
}
.BgClassName
{
background-color: #DED138;
}
</style>
border-color css
<style>
span { border-color: #DED138; }
span { border-color: rgb(222,209,56); }
td.TdClassName
{
border-color: #DED138;
}
.TagClassName
{
border-color: #DED138;
}
</style>