Shades of Wattle #D2D94A
Tints of Wattle #D2D94A
RGB
CMYK
RGB Variations
Color information
#D2D94A (or 0xD2D94A) is known color: Wattle. HEX triplet: D2, D9 and 4A. RGB value is (210,217,74). Sum of RGB (Red+Green+Blue) = 210+217+74=501 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.92% from 501); Green value is 217 (85.16% from 255 or 43.31% from 501); Blue value is 74 (29.30% from 255 or 14.77% from 501); Max value from RGB is 217 - color contains mainly: green. Hex color #D2D94A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2D94A is #2D26B5. Grayscale: #C7C7C7. Windows color (decimal): -2959030 or 4905426. OLE color: 4905426.
HSL color Cylindrical-coordinate representation of color #D2D94A: hue angle of 62.94º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D2D94A is Cyan = 0.03, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 210 | 217 | 74 | - |
| CMYK | 0.03 | 0 | 0.66 | 0.15 |
| HSL | 62.94º | 0.65% | 0.57% | - |
| HSV(B) | 62.94º | 0.66% | 0.85% | - |
| XYZ | 52.63 | 63.82 | 16.02 | - |
| YUV | 198.61 | 57.68 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 217 | 74 | 0.03 | 0 | 0.66 | 0.15 | 62.94 | 0.65 | 0.57 |
| Hex | D2 | D9 | 4A | 3 | 0 | 42 | F | 3F | 41 | 39 |
| Octal | 322 | 331 | 112 | 3 | 0 | 102 | 17 | 77 | 101 | 71 |
| Binary | 11010010 | 11011001 | 1001010 | 11 | 0 | 1000010 | 1111 | 111111 | 1000001 | 111001 |
Color Harmonies of #D2D94A
Complementary color
Monochromatic Colors of #D2D94A
Black with #D2D94A
Text Example
Text Example
White with #D2D94A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D94A; }
p { color: rgb(210,217,74); }
H1.HeaderClassName
{
color: #D2D94A;
}
.AnyTagClassName
{
color: #D2D94A;
}
</style>
background-color css
<style>
a { background-color: #D2D94A; }
a { background-color: rgb(210,217,74); }
div.DivClassName
{
background-color: #D2D94A;
}
.BgClassName
{
background-color: #D2D94A;
}
</style>
border-color css
<style>
span { border-color: #D2D94A; }
span { border-color: rgb(210,217,74); }
td.TdClassName
{
border-color: #D2D94A;
}
.TagClassName
{
border-color: #D2D94A;
}
</style>