Shades of Wattle #D2D33E
Tints of Wattle #D2D33E
RGB
CMYK
RGB Variations
Color information
#D2D33E (or 0xD2D33E) is known color: Wattle. HEX triplet: D2, D3 and 3E. RGB value is (210,211,62). Sum of RGB (Red+Green+Blue) = 210+211+62=483 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.48% from 483); Green value is 211 (82.81% from 255 or 43.69% from 483); Blue value is 62 (24.61% from 255 or 12.84% from 483); Max value from RGB is 211 - color contains mainly: green. Hex color #D2D33E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2D33E is #2D2CC1. Grayscale: #C2C2C2. Windows color (decimal): -2960578 or 4117458. OLE color: 4117458.
HSL color Cylindrical-coordinate representation of color #D2D33E: hue angle of 60.4º 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 #D2D33E is Cyan = 0.00, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 210 | 211 | 62 | - |
| CMYK | 0.00 | 0 | 0.71 | 0.17 |
| HSL | 60.4º | 0.63% | 0.54% | - |
| HSV(B) | 60.4º | 0.71% | 0.83% | - |
| XYZ | 50.74 | 60.64 | 13.59 | - |
| YUV | 193.72 | 53.67 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 211 | 62 | 0.00 | 0 | 0.71 | 0.17 | 60.4 | 0.63 | 0.54 |
| Hex | D2 | D3 | 3E | 0 | 0 | 47 | 11 | 3C | 3F | 36 |
| Octal | 322 | 323 | 76 | 0 | 0 | 107 | 21 | 74 | 77 | 66 |
| Binary | 11010010 | 11010011 | 111110 | 0 | 0 | 1000111 | 10001 | 111100 | 111111 | 110110 |
Color Harmonies of #D2D33E
Complementary color
Monochromatic Colors of #D2D33E
Black with #D2D33E
Text Example
Text Example
White with #D2D33E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D33E; }
p { color: rgb(210,211,62); }
H1.HeaderClassName
{
color: #D2D33E;
}
.AnyTagClassName
{
color: #D2D33E;
}
</style>
background-color css
<style>
a { background-color: #D2D33E; }
a { background-color: rgb(210,211,62); }
div.DivClassName
{
background-color: #D2D33E;
}
.BgClassName
{
background-color: #D2D33E;
}
</style>
border-color css
<style>
span { border-color: #D2D33E; }
span { border-color: rgb(210,211,62); }
td.TdClassName
{
border-color: #D2D33E;
}
.TagClassName
{
border-color: #D2D33E;
}
</style>