Shades of Wattle #D2D541
Tints of Wattle #D2D541
RGB
CMYK
RGB Variations
Color information
#D2D541 (or 0xD2D541) is known color: Wattle. HEX triplet: D2, D5 and 41. RGB value is (210,213,65). Sum of RGB (Red+Green+Blue) = 210+213+65=488 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.03% from 488); Green value is 213 (83.59% from 255 or 43.65% from 488); Blue value is 65 (25.78% from 255 or 13.32% from 488); Max value from RGB is 213 - color contains mainly: green. Hex color #D2D541 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2D541 is #2D2ABE. Grayscale: #C3C3C3. Windows color (decimal): -2960063 or 4314578. OLE color: 4314578.
HSL color Cylindrical-coordinate representation of color #D2D541: hue angle of 61.22º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D2D541 is Cyan = 0.01, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 210 | 213 | 65 | - |
| CMYK | 0.01 | 0 | 0.69 | 0.16 |
| HSL | 61.22º | 0.64% | 0.55% | - |
| HSV(B) | 61.22º | 0.69% | 0.84% | - |
| XYZ | 51.33 | 61.67 | 14.2 | - |
| YUV | 195.23 | 54.51 | 138.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 213 | 65 | 0.01 | 0 | 0.69 | 0.16 | 61.22 | 0.64 | 0.55 |
| Hex | D2 | D5 | 41 | 1 | 0 | 45 | 10 | 3D | 40 | 37 |
| Octal | 322 | 325 | 101 | 1 | 0 | 105 | 20 | 75 | 100 | 67 |
| Binary | 11010010 | 11010101 | 1000001 | 1 | 0 | 1000101 | 10000 | 111101 | 1000000 | 110111 |
Color Harmonies of #D2D541
Complementary color
Monochromatic Colors of #D2D541
Black with #D2D541
Text Example
Text Example
White with #D2D541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D541; }
p { color: rgb(210,213,65); }
H1.HeaderClassName
{
color: #D2D541;
}
.AnyTagClassName
{
color: #D2D541;
}
</style>
background-color css
<style>
a { background-color: #D2D541; }
a { background-color: rgb(210,213,65); }
div.DivClassName
{
background-color: #D2D541;
}
.BgClassName
{
background-color: #D2D541;
}
</style>
border-color css
<style>
span { border-color: #D2D541; }
span { border-color: rgb(210,213,65); }
td.TdClassName
{
border-color: #D2D541;
}
.TagClassName
{
border-color: #D2D541;
}
</style>