Shades of Wattle #D7D044
Tints of Wattle #D7D044
RGB
CMYK
RGB Variations
Color information
#D7D044 (or 0xD7D044) is known color: Wattle. HEX triplet: D7, D0 and 44. RGB value is (215,208,68). Sum of RGB (Red+Green+Blue) = 215+208+68=491 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.79% from 491); Green value is 208 (81.64% from 255 or 42.36% from 491); Blue value is 68 (26.95% from 255 or 13.85% from 491); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D044 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7D044 is #282FBB. Grayscale: #C2C2C2. Windows color (decimal): -2633660 or 4509911. OLE color: 4509911.
HSL color Cylindrical-coordinate representation of color #D7D044: hue angle of 57.14º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D7D044 is Cyan = 0, Magento = 0.03, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 208 | 68 | - |
| CMYK | 0 | 0.03 | 0.68 | 0.16 |
| HSL | 57.14º | 0.65% | 0.55% | - |
| HSV(B) | 57.14º | 0.68% | 0.84% | - |
| XYZ | 51.62 | 59.98 | 14.32 | - |
| YUV | 194.13 | 56.82 | 142.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 208 | 68 | 0 | 0.03 | 0.68 | 0.16 | 57.14 | 0.65 | 0.55 |
| Hex | D7 | D0 | 44 | 0 | 3 | 44 | 10 | 39 | 41 | 37 |
| Octal | 327 | 320 | 104 | 0 | 3 | 104 | 20 | 71 | 101 | 67 |
| Binary | 11010111 | 11010000 | 1000100 | 0 | 11 | 1000100 | 10000 | 111001 | 1000001 | 110111 |
Color Harmonies of #D7D044
Complementary color
Monochromatic Colors of #D7D044
Black with #D7D044
Text Example
Text Example
White with #D7D044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D044; }
p { color: rgb(215,208,68); }
H1.HeaderClassName
{
color: #D7D044;
}
.AnyTagClassName
{
color: #D7D044;
}
</style>
background-color css
<style>
a { background-color: #D7D044; }
a { background-color: rgb(215,208,68); }
div.DivClassName
{
background-color: #D7D044;
}
.BgClassName
{
background-color: #D7D044;
}
</style>
border-color css
<style>
span { border-color: #D7D044; }
span { border-color: rgb(215,208,68); }
td.TdClassName
{
border-color: #D7D044;
}
.TagClassName
{
border-color: #D7D044;
}
</style>