Shades of Wattle #D2D137
Tints of Wattle #D2D137
RGB
CMYK
RGB Variations
Color information
#D2D137 (or 0xD2D137) is known color: Wattle. HEX triplet: D2, D1 and 37. RGB value is (210,209,55). Sum of RGB (Red+Green+Blue) = 210+209+55=474 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.30% from 474); Green value is 209 (82.03% from 255 or 44.09% from 474); Blue value is 55 (21.88% from 255 or 11.60% from 474); Max value from RGB is 210 - color contains mainly: red. Hex color #D2D137 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2D137 is #2D2EC8. Grayscale: #C0C0C0. Windows color (decimal): -2961097 or 3658194. OLE color: 3658194.
HSL color Cylindrical-coordinate representation of color #D2D137: hue angle of 59.61º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D2D137 is Cyan = 0, Magento = 0.00, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 209 | 55 | - |
| CMYK | 0 | 0.00 | 0.74 | 0.18 |
| HSL | 59.61º | 0.63% | 0.52% | - |
| HSV(B) | 59.61º | 0.74% | 0.82% | - |
| XYZ | 50.07 | 59.58 | 12.48 | - |
| YUV | 191.74 | 50.83 | 141.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 209 | 55 | 0 | 0.00 | 0.74 | 0.18 | 59.61 | 0.63 | 0.52 |
| Hex | D2 | D1 | 37 | 0 | 0 | 4A | 12 | 3C | 3F | 34 |
| Octal | 322 | 321 | 67 | 0 | 0 | 112 | 22 | 74 | 77 | 64 |
| Binary | 11010010 | 11010001 | 110111 | 0 | 0 | 1001010 | 10010 | 111100 | 111111 | 110100 |
Color Harmonies of #D2D137
Complementary color
Monochromatic Colors of #D2D137
Black with #D2D137
Text Example
Text Example
White with #D2D137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D137; }
p { color: rgb(210,209,55); }
H1.HeaderClassName
{
color: #D2D137;
}
.AnyTagClassName
{
color: #D2D137;
}
</style>
background-color css
<style>
a { background-color: #D2D137; }
a { background-color: rgb(210,209,55); }
div.DivClassName
{
background-color: #D2D137;
}
.BgClassName
{
background-color: #D2D137;
}
</style>
border-color css
<style>
span { border-color: #D2D137; }
span { border-color: rgb(210,209,55); }
td.TdClassName
{
border-color: #D2D137;
}
.TagClassName
{
border-color: #D2D137;
}
</style>