Shades of Wattle #D2D447
Tints of Wattle #D2D447
RGB
CMYK
RGB Variations
Color information
#D2D447 (or 0xD2D447) is known color: Wattle. HEX triplet: D2, D4 and 47. RGB value is (210,212,71). Sum of RGB (Red+Green+Blue) = 210+212+71=493 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.60% from 493); Green value is 212 (83.20% from 255 or 43.00% from 493); Blue value is 71 (28.12% from 255 or 14.40% from 493); Max value from RGB is 212 - color contains mainly: green. Hex color #D2D447 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2D447 is #2D2BB8. Grayscale: #C3C3C3. Windows color (decimal): -2960313 or 4707538. OLE color: 4707538.
HSL color Cylindrical-coordinate representation of color #D2D447: hue angle of 60.85º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D2D447 is Cyan = 0.01, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 210 | 212 | 71 | - |
| CMYK | 0.01 | 0 | 0.67 | 0.17 |
| HSL | 60.85º | 0.62% | 0.55% | - |
| HSV(B) | 60.85º | 0.67% | 0.83% | - |
| XYZ | 51.26 | 61.24 | 15.08 | - |
| YUV | 195.33 | 57.84 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 212 | 71 | 0.01 | 0 | 0.67 | 0.17 | 60.85 | 0.62 | 0.55 |
| Hex | D2 | D4 | 47 | 1 | 0 | 43 | 11 | 3D | 3E | 37 |
| Octal | 322 | 324 | 107 | 1 | 0 | 103 | 21 | 75 | 76 | 67 |
| Binary | 11010010 | 11010100 | 1000111 | 1 | 0 | 1000011 | 10001 | 111101 | 111110 | 110111 |
Color Harmonies of #D2D447
Complementary color
Monochromatic Colors of #D2D447
Black with #D2D447
Text Example
Text Example
White with #D2D447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D447; }
p { color: rgb(210,212,71); }
H1.HeaderClassName
{
color: #D2D447;
}
.AnyTagClassName
{
color: #D2D447;
}
</style>
background-color css
<style>
a { background-color: #D2D447; }
a { background-color: rgb(210,212,71); }
div.DivClassName
{
background-color: #D2D447;
}
.BgClassName
{
background-color: #D2D447;
}
</style>
border-color css
<style>
span { border-color: #D2D447; }
span { border-color: rgb(210,212,71); }
td.TdClassName
{
border-color: #D2D447;
}
.TagClassName
{
border-color: #D2D447;
}
</style>