Shades of Wattle #D1D138
Tints of Wattle #D1D138
RGB
CMYK
RGB Variations
Color information
#D1D138 (or 0xD1D138) is known color: Wattle. HEX triplet: D1, D1 and 38. RGB value is (209,209,56). Sum of RGB (Red+Green+Blue) = 209+209+56=474 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.09% from 474); Green value is 209 (82.03% from 255 or 44.09% from 474); Blue value is 56 (22.27% from 255 or 11.81% from 474); Max value from RGB is 209 - color contains mainly: red, green. Hex color #D1D138 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1D138 is #2E2EC7. Grayscale: #C0C0C0. Windows color (decimal): -3026632 or 3723729. OLE color: 3723729.
HSL color Cylindrical-coordinate representation of color #D1D138: hue angle of 60º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D1D138 is Cyan = 0, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 209 | 56 | - |
| CMYK | 0 | 0 | 0.73 | 0.18 |
| HSL | 60º | 0.62% | 0.52% | - |
| HSV(B) | 60º | 0.73% | 0.82% | - |
| XYZ | 49.81 | 59.44 | 12.59 | - |
| YUV | 191.56 | 51.5 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 209 | 56 | 0 | 0 | 0.73 | 0.18 | 60 | 0.62 | 0.52 |
| Hex | D1 | D1 | 38 | 0 | 0 | 49 | 12 | 3C | 3E | 34 |
| Octal | 321 | 321 | 70 | 0 | 0 | 111 | 22 | 74 | 76 | 64 |
| Binary | 11010001 | 11010001 | 111000 | 0 | 0 | 1001001 | 10010 | 111100 | 111110 | 110100 |
Color Harmonies of #D1D138
Complementary color
Monochromatic Colors of #D1D138
Black with #D1D138
Text Example
Text Example
White with #D1D138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D138; }
p { color: rgb(209,209,56); }
H1.HeaderClassName
{
color: #D1D138;
}
.AnyTagClassName
{
color: #D1D138;
}
</style>
background-color css
<style>
a { background-color: #D1D138; }
a { background-color: rgb(209,209,56); }
div.DivClassName
{
background-color: #D1D138;
}
.BgClassName
{
background-color: #D1D138;
}
</style>
border-color css
<style>
span { border-color: #D1D138; }
span { border-color: rgb(209,209,56); }
td.TdClassName
{
border-color: #D1D138;
}
.TagClassName
{
border-color: #D1D138;
}
</style>