Shades of Wattle #D5D947
Tints of Wattle #D5D947
RGB
CMYK
RGB Variations
Color information
#D5D947 (or 0xD5D947) is known color: Wattle. HEX triplet: D5, D9 and 47. RGB value is (213,217,71). Sum of RGB (Red+Green+Blue) = 213+217+71=501 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.51% from 501); Green value is 217 (85.16% from 255 or 43.31% from 501); Blue value is 71 (28.12% from 255 or 14.17% from 501); Max value from RGB is 217 - color contains mainly: green. Hex color #D5D947 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5D947 is #2A26B8. Grayscale: #C7C7C7. Windows color (decimal): -2762425 or 4708821. OLE color: 4708821.
HSL color Cylindrical-coordinate representation of color #D5D947: hue angle of 61.64º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D5D947 is Cyan = 0.02, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 213 | 217 | 71 | - |
| CMYK | 0.02 | 0 | 0.67 | 0.15 |
| HSL | 61.64º | 0.66% | 0.56% | - |
| HSV(B) | 61.64º | 0.67% | 0.85% | - |
| XYZ | 53.39 | 64.23 | 15.54 | - |
| YUV | 199.16 | 55.67 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 217 | 71 | 0.02 | 0 | 0.67 | 0.15 | 61.64 | 0.66 | 0.56 |
| Hex | D5 | D9 | 47 | 2 | 0 | 43 | F | 3E | 42 | 38 |
| Octal | 325 | 331 | 107 | 2 | 0 | 103 | 17 | 76 | 102 | 70 |
| Binary | 11010101 | 11011001 | 1000111 | 10 | 0 | 1000011 | 1111 | 111110 | 1000010 | 111000 |
Color Harmonies of #D5D947
Complementary color
Monochromatic Colors of #D5D947
Black with #D5D947
Text Example
Text Example
White with #D5D947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D947; }
p { color: rgb(213,217,71); }
H1.HeaderClassName
{
color: #D5D947;
}
.AnyTagClassName
{
color: #D5D947;
}
</style>
background-color css
<style>
a { background-color: #D5D947; }
a { background-color: rgb(213,217,71); }
div.DivClassName
{
background-color: #D5D947;
}
.BgClassName
{
background-color: #D5D947;
}
</style>
border-color css
<style>
span { border-color: #D5D947; }
span { border-color: rgb(213,217,71); }
td.TdClassName
{
border-color: #D5D947;
}
.TagClassName
{
border-color: #D5D947;
}
</style>