Shades of Wattle #D1D340
Tints of Wattle #D1D340
RGB
CMYK
RGB Variations
Color information
#D1D340 (or 0xD1D340) is known color: Wattle. HEX triplet: D1, D3 and 40. RGB value is (209,211,64). Sum of RGB (Red+Green+Blue) = 209+211+64=484 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.18% from 484); Green value is 211 (82.81% from 255 or 43.60% from 484); Blue value is 64 (25.39% from 255 or 13.22% from 484); Max value from RGB is 211 - color contains mainly: green. Hex color #D1D340 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1D340 is #2E2CBF. Grayscale: #C2C2C2. Windows color (decimal): -3026112 or 4248529. OLE color: 4248529.
HSL color Cylindrical-coordinate representation of color #D1D340: hue angle of 60.82º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D1D340 is Cyan = 0.01, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 209 | 211 | 64 | - |
| CMYK | 0.01 | 0 | 0.70 | 0.17 |
| HSL | 60.82º | 0.63% | 0.54% | - |
| HSV(B) | 60.82º | 0.7% | 0.83% | - |
| XYZ | 50.51 | 60.51 | 13.87 | - |
| YUV | 193.64 | 54.84 | 138.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 211 | 64 | 0.01 | 0 | 0.70 | 0.17 | 60.82 | 0.63 | 0.54 |
| Hex | D1 | D3 | 40 | 1 | 0 | 46 | 11 | 3D | 3F | 36 |
| Octal | 321 | 323 | 100 | 1 | 0 | 106 | 21 | 75 | 77 | 66 |
| Binary | 11010001 | 11010011 | 1000000 | 1 | 0 | 1000110 | 10001 | 111101 | 111111 | 110110 |
Color Harmonies of #D1D340
Complementary color
Monochromatic Colors of #D1D340
Black with #D1D340
Text Example
Text Example
White with #D1D340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D340; }
p { color: rgb(209,211,64); }
H1.HeaderClassName
{
color: #D1D340;
}
.AnyTagClassName
{
color: #D1D340;
}
</style>
background-color css
<style>
a { background-color: #D1D340; }
a { background-color: rgb(209,211,64); }
div.DivClassName
{
background-color: #D1D340;
}
.BgClassName
{
background-color: #D1D340;
}
</style>
border-color css
<style>
span { border-color: #D1D340; }
span { border-color: rgb(209,211,64); }
td.TdClassName
{
border-color: #D1D340;
}
.TagClassName
{
border-color: #D1D340;
}
</style>