Shades of Wattle #D2D13B
Tints of Wattle #D2D13B
RGB
CMYK
RGB Variations
Color information
#D2D13B (or 0xD2D13B) is known color: Wattle. HEX triplet: D2, D1 and 3B. RGB value is (210,209,59). Sum of RGB (Red+Green+Blue) = 210+209+59=478 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.93% from 478); Green value is 209 (82.03% from 255 or 43.72% from 478); Blue value is 59 (23.44% from 255 or 12.34% from 478); Max value from RGB is 210 - color contains mainly: red. Hex color #D2D13B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2D13B is #2D2EC4. Grayscale: #C0C0C0. Windows color (decimal): -2961093 or 3920338. OLE color: 3920338.
HSL color Cylindrical-coordinate representation of color #D2D13B: hue angle of 59.6º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D2D13B is Cyan = 0, Magento = 0.00, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 209 | 59 | - |
| CMYK | 0 | 0.00 | 0.72 | 0.18 |
| HSL | 59.6º | 0.63% | 0.53% | - |
| HSV(B) | 59.6º | 0.72% | 0.82% | - |
| XYZ | 50.17 | 59.62 | 13 | - |
| YUV | 192.2 | 52.83 | 140.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 209 | 59 | 0 | 0.00 | 0.72 | 0.18 | 59.6 | 0.63 | 0.53 |
| Hex | D2 | D1 | 3B | 0 | 0 | 48 | 12 | 3C | 3F | 35 |
| Octal | 322 | 321 | 73 | 0 | 0 | 110 | 22 | 74 | 77 | 65 |
| Binary | 11010010 | 11010001 | 111011 | 0 | 0 | 1001000 | 10010 | 111100 | 111111 | 110101 |
Color Harmonies of #D2D13B
Complementary color
Monochromatic Colors of #D2D13B
Black with #D2D13B
Text Example
Text Example
White with #D2D13B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D13B; }
p { color: rgb(210,209,59); }
H1.HeaderClassName
{
color: #D2D13B;
}
.AnyTagClassName
{
color: #D2D13B;
}
</style>
background-color css
<style>
a { background-color: #D2D13B; }
a { background-color: rgb(210,209,59); }
div.DivClassName
{
background-color: #D2D13B;
}
.BgClassName
{
background-color: #D2D13B;
}
</style>
border-color css
<style>
span { border-color: #D2D13B; }
span { border-color: rgb(210,209,59); }
td.TdClassName
{
border-color: #D2D13B;
}
.TagClassName
{
border-color: #D2D13B;
}
</style>