Shades of Wattle #D1D84A
Tints of Wattle #D1D84A
RGB
CMYK
RGB Variations
Color information
#D1D84A (or 0xD1D84A) is known color: Wattle. HEX triplet: D1, D8 and 4A. RGB value is (209,216,74). Sum of RGB (Red+Green+Blue) = 209+216+74=499 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.88% from 499); Green value is 216 (84.77% from 255 or 43.29% from 499); Blue value is 74 (29.30% from 255 or 14.83% from 499); Max value from RGB is 216 - color contains mainly: green. Hex color #D1D84A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1D84A is #2E27B5. Grayscale: #C6C6C6. Windows color (decimal): -3024822 or 4905169. OLE color: 4905169.
HSL color Cylindrical-coordinate representation of color #D1D84A: hue angle of 62.96º 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 #D1D84A is Cyan = 0.03, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 216 | 74 | - |
| CMYK | 0.03 | 0 | 0.66 | 0.15 |
| HSL | 62.96º | 0.65% | 0.57% | - |
| HSV(B) | 62.96º | 0.66% | 0.85% | - |
| XYZ | 52.09 | 63.16 | 15.92 | - |
| YUV | 197.72 | 58.18 | 136.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 216 | 74 | 0.03 | 0 | 0.66 | 0.15 | 62.96 | 0.65 | 0.57 |
| Hex | D1 | D8 | 4A | 3 | 0 | 42 | F | 3F | 41 | 39 |
| Octal | 321 | 330 | 112 | 3 | 0 | 102 | 17 | 77 | 101 | 71 |
| Binary | 11010001 | 11011000 | 1001010 | 11 | 0 | 1000010 | 1111 | 111111 | 1000001 | 111001 |
Color Harmonies of #D1D84A
Complementary color
Monochromatic Colors of #D1D84A
Black with #D1D84A
Text Example
Text Example
White with #D1D84A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D84A; }
p { color: rgb(209,216,74); }
H1.HeaderClassName
{
color: #D1D84A;
}
.AnyTagClassName
{
color: #D1D84A;
}
</style>
background-color css
<style>
a { background-color: #D1D84A; }
a { background-color: rgb(209,216,74); }
div.DivClassName
{
background-color: #D1D84A;
}
.BgClassName
{
background-color: #D1D84A;
}
</style>
border-color css
<style>
span { border-color: #D1D84A; }
span { border-color: rgb(209,216,74); }
td.TdClassName
{
border-color: #D1D84A;
}
.TagClassName
{
border-color: #D1D84A;
}
</style>