Shades of Wattle #D2D542
Tints of Wattle #D2D542
RGB
CMYK
RGB Variations
Color information
#D2D542 (or 0xD2D542) is known color: Wattle. HEX triplet: D2, D5 and 42. RGB value is (210,213,66). Sum of RGB (Red+Green+Blue) = 210+213+66=489 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.94% from 489); Green value is 213 (83.59% from 255 or 43.56% from 489); Blue value is 66 (26.17% from 255 or 13.50% from 489); Max value from RGB is 213 - color contains mainly: green. Hex color #D2D542 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2D542 is #2D2ABD. Grayscale: #C3C3C3. Windows color (decimal): -2960062 or 4380114. OLE color: 4380114.
HSL color Cylindrical-coordinate representation of color #D2D542: 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 #D2D542 is Cyan = 0.01, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 210 | 213 | 66 | - |
| 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.36 | 61.68 | 14.35 | - |
| YUV | 195.35 | 55.01 | 138.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 213 | 66 | 0.01 | 0 | 0.69 | 0.16 | 61.22 | 0.64 | 0.55 |
| Hex | D2 | D5 | 42 | 1 | 0 | 45 | 10 | 3D | 40 | 37 |
| Octal | 322 | 325 | 102 | 1 | 0 | 105 | 20 | 75 | 100 | 67 |
| Binary | 11010010 | 11010101 | 1000010 | 1 | 0 | 1000101 | 10000 | 111101 | 1000000 | 110111 |
Color Harmonies of #D2D542
Complementary color
Monochromatic Colors of #D2D542
Black with #D2D542
Text Example
Text Example
White with #D2D542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D542; }
p { color: rgb(210,213,66); }
H1.HeaderClassName
{
color: #D2D542;
}
.AnyTagClassName
{
color: #D2D542;
}
</style>
background-color css
<style>
a { background-color: #D2D542; }
a { background-color: rgb(210,213,66); }
div.DivClassName
{
background-color: #D2D542;
}
.BgClassName
{
background-color: #D2D542;
}
</style>
border-color css
<style>
span { border-color: #D2D542; }
span { border-color: rgb(210,213,66); }
td.TdClassName
{
border-color: #D2D542;
}
.TagClassName
{
border-color: #D2D542;
}
</style>