Shades of Wattle #D8D744
Tints of Wattle #D8D744
RGB
CMYK
RGB Variations
Color information
#D8D744 (or 0xD8D744) is known color: Wattle. HEX triplet: D8, D7 and 44. RGB value is (216,215,68). Sum of RGB (Red+Green+Blue) = 216+215+68=499 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.29% from 499); Green value is 215 (84.38% from 255 or 43.09% from 499); Blue value is 68 (26.95% from 255 or 13.63% from 499); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D744 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8D744 is #2728BB. Grayscale: #C7C7C7. Windows color (decimal): -2566332 or 4511704. OLE color: 4511704.
HSL color Cylindrical-coordinate representation of color #D8D744: hue angle of 59.59º 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 #D8D744 is Cyan = 0, Magento = 0.00, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 215 | 68 | - |
| CMYK | 0 | 0.00 | 0.69 | 0.15 |
| HSL | 59.59º | 0.65% | 0.56% | - |
| HSV(B) | 59.59º | 0.69% | 0.85% | - |
| XYZ | 53.66 | 63.62 | 14.92 | - |
| YUV | 198.54 | 54.33 | 140.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 215 | 68 | 0 | 0.00 | 0.69 | 0.15 | 59.59 | 0.65 | 0.56 |
| Hex | D8 | D7 | 44 | 0 | 0 | 45 | F | 3C | 41 | 38 |
| Octal | 330 | 327 | 104 | 0 | 0 | 105 | 17 | 74 | 101 | 70 |
| Binary | 11011000 | 11010111 | 1000100 | 0 | 0 | 1000101 | 1111 | 111100 | 1000001 | 111000 |
Color Harmonies of #D8D744
Complementary color
Monochromatic Colors of #D8D744
Black with #D8D744
Text Example
Text Example
White with #D8D744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D744; }
p { color: rgb(216,215,68); }
H1.HeaderClassName
{
color: #D8D744;
}
.AnyTagClassName
{
color: #D8D744;
}
</style>
background-color css
<style>
a { background-color: #D8D744; }
a { background-color: rgb(216,215,68); }
div.DivClassName
{
background-color: #D8D744;
}
.BgClassName
{
background-color: #D8D744;
}
</style>
border-color css
<style>
span { border-color: #D8D744; }
span { border-color: rgb(216,215,68); }
td.TdClassName
{
border-color: #D8D744;
}
.TagClassName
{
border-color: #D8D744;
}
</style>