Shades of Wattle #D2D33D
Tints of Wattle #D2D33D
RGB
CMYK
RGB Variations
Color information
#D2D33D (or 0xD2D33D) is known color: Wattle. HEX triplet: D2, D3 and 3D. RGB value is (210,211,61). Sum of RGB (Red+Green+Blue) = 210+211+61=482 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.57% from 482); Green value is 211 (82.81% from 255 or 43.78% from 482); Blue value is 61 (24.22% from 255 or 12.66% from 482); Max value from RGB is 211 - color contains mainly: green. Hex color #D2D33D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2D33D is #2D2CC2. Grayscale: #C2C2C2. Windows color (decimal): -2960579 or 4051922. OLE color: 4051922.
HSL color Cylindrical-coordinate representation of color #D2D33D: hue angle of 60.4º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D2D33D is Cyan = 0.00, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 210 | 211 | 61 | - |
| CMYK | 0.00 | 0 | 0.71 | 0.17 |
| HSL | 60.4º | 0.63% | 0.53% | - |
| HSV(B) | 60.4º | 0.71% | 0.83% | - |
| XYZ | 50.71 | 60.63 | 13.44 | - |
| YUV | 193.6 | 53.17 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 211 | 61 | 0.00 | 0 | 0.71 | 0.17 | 60.4 | 0.63 | 0.53 |
| Hex | D2 | D3 | 3D | 0 | 0 | 47 | 11 | 3C | 3F | 35 |
| Octal | 322 | 323 | 75 | 0 | 0 | 107 | 21 | 74 | 77 | 65 |
| Binary | 11010010 | 11010011 | 111101 | 0 | 0 | 1000111 | 10001 | 111100 | 111111 | 110101 |
Color Harmonies of #D2D33D
Complementary color
Monochromatic Colors of #D2D33D
Black with #D2D33D
Text Example
Text Example
White with #D2D33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D33D; }
p { color: rgb(210,211,61); }
H1.HeaderClassName
{
color: #D2D33D;
}
.AnyTagClassName
{
color: #D2D33D;
}
</style>
background-color css
<style>
a { background-color: #D2D33D; }
a { background-color: rgb(210,211,61); }
div.DivClassName
{
background-color: #D2D33D;
}
.BgClassName
{
background-color: #D2D33D;
}
</style>
border-color css
<style>
span { border-color: #D2D33D; }
span { border-color: rgb(210,211,61); }
td.TdClassName
{
border-color: #D2D33D;
}
.TagClassName
{
border-color: #D2D33D;
}
</style>