Shades of Wattle #D1D33E
Tints of Wattle #D1D33E
RGB
CMYK
RGB Variations
Color information
#D1D33E (or 0xD1D33E) is known color: Wattle. HEX triplet: D1, D3 and 3E. RGB value is (209,211,62). Sum of RGB (Red+Green+Blue) = 209+211+62=482 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.36% from 482); Green value is 211 (82.81% from 255 or 43.78% from 482); Blue value is 62 (24.61% from 255 or 12.86% from 482); Max value from RGB is 211 - color contains mainly: green. Hex color #D1D33E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1D33E is #2E2CC1. Grayscale: #C2C2C2. Windows color (decimal): -3026114 or 4117457. OLE color: 4117457.
HSL color Cylindrical-coordinate representation of color #D1D33E: hue angle of 60.81º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D1D33E is Cyan = 0.01, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 209 | 211 | 62 | - |
| CMYK | 0.01 | 0 | 0.71 | 0.17 |
| HSL | 60.81º | 0.63% | 0.54% | - |
| HSV(B) | 60.81º | 0.71% | 0.83% | - |
| XYZ | 50.46 | 60.49 | 13.57 | - |
| YUV | 193.42 | 53.84 | 139.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 211 | 62 | 0.01 | 0 | 0.71 | 0.17 | 60.81 | 0.63 | 0.54 |
| Hex | D1 | D3 | 3E | 1 | 0 | 47 | 11 | 3D | 3F | 36 |
| Octal | 321 | 323 | 76 | 1 | 0 | 107 | 21 | 75 | 77 | 66 |
| Binary | 11010001 | 11010011 | 111110 | 1 | 0 | 1000111 | 10001 | 111101 | 111111 | 110110 |
Color Harmonies of #D1D33E
Complementary color
Monochromatic Colors of #D1D33E
Black with #D1D33E
Text Example
Text Example
White with #D1D33E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D33E; }
p { color: rgb(209,211,62); }
H1.HeaderClassName
{
color: #D1D33E;
}
.AnyTagClassName
{
color: #D1D33E;
}
</style>
background-color css
<style>
a { background-color: #D1D33E; }
a { background-color: rgb(209,211,62); }
div.DivClassName
{
background-color: #D1D33E;
}
.BgClassName
{
background-color: #D1D33E;
}
</style>
border-color css
<style>
span { border-color: #D1D33E; }
span { border-color: rgb(209,211,62); }
td.TdClassName
{
border-color: #D1D33E;
}
.TagClassName
{
border-color: #D1D33E;
}
</style>