Shades of Wattle #D8D544
Tints of Wattle #D8D544
RGB
CMYK
RGB Variations
Color information
#D8D544 (or 0xD8D544) is known color: Wattle. HEX triplet: D8, D5 and 44. RGB value is (216,213,68). Sum of RGB (Red+Green+Blue) = 216+213+68=497 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.46% from 497); Green value is 213 (83.59% from 255 or 42.86% from 497); Blue value is 68 (26.95% from 255 or 13.68% from 497); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D544 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8D544 is #272ABB. Grayscale: #C5C5C5. Windows color (decimal): -2566844 or 4511192. OLE color: 4511192.
HSL color Cylindrical-coordinate representation of color #D8D544: hue angle of 58.78º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D8D544 is Cyan = 0, Magento = 0.01, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 213 | 68 | - |
| CMYK | 0 | 0.01 | 0.69 | 0.15 |
| HSL | 58.78º | 0.65% | 0.56% | - |
| HSV(B) | 58.78º | 0.69% | 0.85% | - |
| XYZ | 53.16 | 62.6 | 14.75 | - |
| YUV | 197.37 | 54.99 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 213 | 68 | 0 | 0.01 | 0.69 | 0.15 | 58.78 | 0.65 | 0.56 |
| Hex | D8 | D5 | 44 | 0 | 1 | 45 | F | 3B | 41 | 38 |
| Octal | 330 | 325 | 104 | 0 | 1 | 105 | 17 | 73 | 101 | 70 |
| Binary | 11011000 | 11010101 | 1000100 | 0 | 1 | 1000101 | 1111 | 111011 | 1000001 | 111000 |
Color Harmonies of #D8D544
Complementary color
Monochromatic Colors of #D8D544
Black with #D8D544
Text Example
Text Example
White with #D8D544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D544; }
p { color: rgb(216,213,68); }
H1.HeaderClassName
{
color: #D8D544;
}
.AnyTagClassName
{
color: #D8D544;
}
</style>
background-color css
<style>
a { background-color: #D8D544; }
a { background-color: rgb(216,213,68); }
div.DivClassName
{
background-color: #D8D544;
}
.BgClassName
{
background-color: #D8D544;
}
</style>
border-color css
<style>
span { border-color: #D8D544; }
span { border-color: rgb(216,213,68); }
td.TdClassName
{
border-color: #D8D544;
}
.TagClassName
{
border-color: #D8D544;
}
</style>