Shades of Wattle #D5D945
Tints of Wattle #D5D945
RGB
CMYK
RGB Variations
Color information
#D5D945 (or 0xD5D945) is known color: Wattle. HEX triplet: D5, D9 and 45. RGB value is (213,217,69). Sum of RGB (Red+Green+Blue) = 213+217+69=499 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.69% from 499); Green value is 217 (85.16% from 255 or 43.49% from 499); Blue value is 69 (27.34% from 255 or 13.83% from 499); Max value from RGB is 217 - color contains mainly: green. Hex color #D5D945 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5D945 is #2A26BA. Grayscale: #C7C7C7. Windows color (decimal): -2762427 or 4577749. OLE color: 4577749.
HSL color Cylindrical-coordinate representation of color #D5D945: hue angle of 61.62º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D5D945 is Cyan = 0.02, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 213 | 217 | 69 | - |
| CMYK | 0.02 | 0 | 0.68 | 0.15 |
| HSL | 61.62º | 0.66% | 0.56% | - |
| HSV(B) | 61.62º | 0.68% | 0.85% | - |
| XYZ | 53.33 | 64.2 | 15.21 | - |
| YUV | 198.93 | 54.67 | 138.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 217 | 69 | 0.02 | 0 | 0.68 | 0.15 | 61.62 | 0.66 | 0.56 |
| Hex | D5 | D9 | 45 | 2 | 0 | 44 | F | 3E | 42 | 38 |
| Octal | 325 | 331 | 105 | 2 | 0 | 104 | 17 | 76 | 102 | 70 |
| Binary | 11010101 | 11011001 | 1000101 | 10 | 0 | 1000100 | 1111 | 111110 | 1000010 | 111000 |
Color Harmonies of #D5D945
Complementary color
Monochromatic Colors of #D5D945
Black with #D5D945
Text Example
Text Example
White with #D5D945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D945; }
p { color: rgb(213,217,69); }
H1.HeaderClassName
{
color: #D5D945;
}
.AnyTagClassName
{
color: #D5D945;
}
</style>
background-color css
<style>
a { background-color: #D5D945; }
a { background-color: rgb(213,217,69); }
div.DivClassName
{
background-color: #D5D945;
}
.BgClassName
{
background-color: #D5D945;
}
</style>
border-color css
<style>
span { border-color: #D5D945; }
span { border-color: rgb(213,217,69); }
td.TdClassName
{
border-color: #D5D945;
}
.TagClassName
{
border-color: #D5D945;
}
</style>