Shades of Wattle #D2D145
Tints of Wattle #D2D145
RGB
CMYK
RGB Variations
Color information
#D2D145 (or 0xD2D145) is known color: Wattle. HEX triplet: D2, D1 and 45. RGB value is (210,209,69). Sum of RGB (Red+Green+Blue) = 210+209+69=488 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.03% from 488); Green value is 209 (82.03% from 255 or 42.83% from 488); Blue value is 69 (27.34% from 255 or 14.14% from 488); Max value from RGB is 210 - color contains mainly: red. Hex color #D2D145 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2D145 is #2D2EBA. Grayscale: #C1C1C1. Windows color (decimal): -2961083 or 4575698. OLE color: 4575698.
HSL color Cylindrical-coordinate representation of color #D2D145: hue angle of 59.57º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D2D145 is Cyan = 0, Magento = 0.00, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 209 | 69 | - |
| CMYK | 0 | 0.00 | 0.67 | 0.18 |
| HSL | 59.57º | 0.61% | 0.55% | - |
| HSV(B) | 59.57º | 0.67% | 0.82% | - |
| XYZ | 50.45 | 59.73 | 14.5 | - |
| YUV | 193.34 | 57.83 | 139.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 209 | 69 | 0 | 0.00 | 0.67 | 0.18 | 59.57 | 0.61 | 0.55 |
| Hex | D2 | D1 | 45 | 0 | 0 | 43 | 12 | 3C | 3D | 37 |
| Octal | 322 | 321 | 105 | 0 | 0 | 103 | 22 | 74 | 75 | 67 |
| Binary | 11010010 | 11010001 | 1000101 | 0 | 0 | 1000011 | 10010 | 111100 | 111101 | 110111 |
Color Harmonies of #D2D145
Complementary color
Monochromatic Colors of #D2D145
Black with #D2D145
Text Example
Text Example
White with #D2D145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D145; }
p { color: rgb(210,209,69); }
H1.HeaderClassName
{
color: #D2D145;
}
.AnyTagClassName
{
color: #D2D145;
}
</style>
background-color css
<style>
a { background-color: #D2D145; }
a { background-color: rgb(210,209,69); }
div.DivClassName
{
background-color: #D2D145;
}
.BgClassName
{
background-color: #D2D145;
}
</style>
border-color css
<style>
span { border-color: #D2D145; }
span { border-color: rgb(210,209,69); }
td.TdClassName
{
border-color: #D2D145;
}
.TagClassName
{
border-color: #D2D145;
}
</style>