Shades of Wattle #D1D244
Tints of Wattle #D1D244
RGB
CMYK
RGB Variations
Color information
#D1D244 (or 0xD1D244) is known color: Wattle. HEX triplet: D1, D2 and 44. RGB value is (209,210,68). Sum of RGB (Red+Green+Blue) = 209+210+68=487 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.92% from 487); Green value is 210 (82.42% from 255 or 43.12% from 487); Blue value is 68 (26.95% from 255 or 13.96% from 487); Max value from RGB is 210 - color contains mainly: green. Hex color #D1D244 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1D244 is #2E2DBB. Grayscale: #C2C2C2. Windows color (decimal): -3026364 or 4510417. OLE color: 4510417.
HSL color Cylindrical-coordinate representation of color #D1D244: hue angle of 60.42º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D1D244 is Cyan = 0.00, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 210 | 68 | - |
| CMYK | 0.00 | 0 | 0.68 | 0.18 |
| HSL | 60.42º | 0.61% | 0.55% | - |
| HSV(B) | 60.42º | 0.68% | 0.82% | - |
| XYZ | 50.38 | 60.07 | 14.41 | - |
| YUV | 193.51 | 57.17 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 210 | 68 | 0.00 | 0 | 0.68 | 0.18 | 60.42 | 0.61 | 0.55 |
| Hex | D1 | D2 | 44 | 0 | 0 | 44 | 12 | 3C | 3D | 37 |
| Octal | 321 | 322 | 104 | 0 | 0 | 104 | 22 | 74 | 75 | 67 |
| Binary | 11010001 | 11010010 | 1000100 | 0 | 0 | 1000100 | 10010 | 111100 | 111101 | 110111 |
Color Harmonies of #D1D244
Complementary color
Monochromatic Colors of #D1D244
Black with #D1D244
Text Example
Text Example
White with #D1D244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D244; }
p { color: rgb(209,210,68); }
H1.HeaderClassName
{
color: #D1D244;
}
.AnyTagClassName
{
color: #D1D244;
}
</style>
background-color css
<style>
a { background-color: #D1D244; }
a { background-color: rgb(209,210,68); }
div.DivClassName
{
background-color: #D1D244;
}
.BgClassName
{
background-color: #D1D244;
}
</style>
border-color css
<style>
span { border-color: #D1D244; }
span { border-color: rgb(209,210,68); }
td.TdClassName
{
border-color: #D1D244;
}
.TagClassName
{
border-color: #D1D244;
}
</style>