Shades of Wattle #D2BF47
Tints of Wattle #D2BF47
RGB
CMYK
RGB Variations
Color information
#D2BF47 (or 0xD2BF47) is known color: Wattle. HEX triplet: D2, BF and 47. RGB value is (210,191,71). Sum of RGB (Red+Green+Blue) = 210+191+71=472 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.49% from 472); Green value is 191 (75% from 255 or 40.47% from 472); Blue value is 71 (28.12% from 255 or 15.04% from 472); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BF47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2BF47 is #2D40B8. Grayscale: #B7B7B7. Windows color (decimal): -2965689 or 4702162. OLE color: 4702162.
HSL color Cylindrical-coordinate representation of color #D2BF47: hue angle of 51.8º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D2BF47 is Cyan = 0, Magento = 0.09, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 191 | 71 | - |
| CMYK | 0 | 0.09 | 0.66 | 0.18 |
| HSL | 51.8º | 0.61% | 0.55% | - |
| HSV(B) | 51.8º | 0.66% | 0.82% | - |
| XYZ | 46.35 | 51.42 | 13.44 | - |
| YUV | 183 | 64.79 | 147.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 191 | 71 | 0 | 0.09 | 0.66 | 0.18 | 51.8 | 0.61 | 0.55 |
| Hex | D2 | BF | 47 | 0 | 9 | 42 | 12 | 34 | 3D | 37 |
| Octal | 322 | 277 | 107 | 0 | 11 | 102 | 22 | 64 | 75 | 67 |
| Binary | 11010010 | 10111111 | 1000111 | 0 | 1001 | 1000010 | 10010 | 110100 | 111101 | 110111 |
Color Harmonies of #D2BF47
Complementary color
Monochromatic Colors of #D2BF47
Black with #D2BF47
Text Example
Text Example
White with #D2BF47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BF47; }
p { color: rgb(210,191,71); }
H1.HeaderClassName
{
color: #D2BF47;
}
.AnyTagClassName
{
color: #D2BF47;
}
</style>
background-color css
<style>
a { background-color: #D2BF47; }
a { background-color: rgb(210,191,71); }
div.DivClassName
{
background-color: #D2BF47;
}
.BgClassName
{
background-color: #D2BF47;
}
</style>
border-color css
<style>
span { border-color: #D2BF47; }
span { border-color: rgb(210,191,71); }
td.TdClassName
{
border-color: #D2BF47;
}
.TagClassName
{
border-color: #D2BF47;
}
</style>