Shades of Wattle #D1D446
Tints of Wattle #D1D446
RGB
CMYK
RGB Variations
Color information
#D1D446 (or 0xD1D446) is known color: Wattle. HEX triplet: D1, D4 and 46. RGB value is (209,212,70). Sum of RGB (Red+Green+Blue) = 209+212+70=491 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.57% from 491); Green value is 212 (83.20% from 255 or 43.18% from 491); Blue value is 70 (27.73% from 255 or 14.26% from 491); Max value from RGB is 212 - color contains mainly: green. Hex color #D1D446 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1D446 is #2E2BB9. Grayscale: #C3C3C3. Windows color (decimal): -3025850 or 4642001. OLE color: 4642001.
HSL color Cylindrical-coordinate representation of color #D1D446: hue angle of 61.27º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D1D446 is Cyan = 0.01, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 209 | 212 | 70 | - |
| CMYK | 0.01 | 0 | 0.67 | 0.17 |
| HSL | 61.27º | 0.62% | 0.55% | - |
| HSV(B) | 61.27º | 0.67% | 0.83% | - |
| XYZ | 50.94 | 61.08 | 14.9 | - |
| YUV | 194.92 | 57.51 | 138.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 212 | 70 | 0.01 | 0 | 0.67 | 0.17 | 61.27 | 0.62 | 0.55 |
| Hex | D1 | D4 | 46 | 1 | 0 | 43 | 11 | 3D | 3E | 37 |
| Octal | 321 | 324 | 106 | 1 | 0 | 103 | 21 | 75 | 76 | 67 |
| Binary | 11010001 | 11010100 | 1000110 | 1 | 0 | 1000011 | 10001 | 111101 | 111110 | 110111 |
Color Harmonies of #D1D446
Complementary color
Monochromatic Colors of #D1D446
Black with #D1D446
Text Example
Text Example
White with #D1D446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D446; }
p { color: rgb(209,212,70); }
H1.HeaderClassName
{
color: #D1D446;
}
.AnyTagClassName
{
color: #D1D446;
}
</style>
background-color css
<style>
a { background-color: #D1D446; }
a { background-color: rgb(209,212,70); }
div.DivClassName
{
background-color: #D1D446;
}
.BgClassName
{
background-color: #D1D446;
}
</style>
border-color css
<style>
span { border-color: #D1D446; }
span { border-color: rgb(209,212,70); }
td.TdClassName
{
border-color: #D1D446;
}
.TagClassName
{
border-color: #D1D446;
}
</style>