Shades of Wattle #D9D038
Tints of Wattle #D9D038
RGB
CMYK
RGB Variations
Color information
#D9D038 (or 0xD9D038) is known color: Wattle. HEX triplet: D9, D0 and 38. RGB value is (217,208,56). Sum of RGB (Red+Green+Blue) = 217+208+56=481 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.11% from 481); Green value is 208 (81.64% from 255 or 43.24% from 481); Blue value is 56 (22.27% from 255 or 11.64% from 481); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D038 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9D038 is #262FC7. Grayscale: #C1C1C1. Windows color (decimal): -2502600 or 3723481. OLE color: 3723481.
HSL color Cylindrical-coordinate representation of color #D9D038: hue angle of 56.65º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D9D038 is Cyan = 0, Magento = 0.04, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 208 | 56 | - |
| CMYK | 0 | 0.04 | 0.74 | 0.15 |
| HSL | 56.65º | 0.68% | 0.54% | - |
| HSV(B) | 56.65º | 0.74% | 0.85% | - |
| XYZ | 51.88 | 60.15 | 12.62 | - |
| YUV | 193.36 | 50.48 | 144.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 208 | 56 | 0 | 0.04 | 0.74 | 0.15 | 56.65 | 0.68 | 0.54 |
| Hex | D9 | D0 | 38 | 0 | 4 | 4A | F | 39 | 44 | 36 |
| Octal | 331 | 320 | 70 | 0 | 4 | 112 | 17 | 71 | 104 | 66 |
| Binary | 11011001 | 11010000 | 111000 | 0 | 100 | 1001010 | 1111 | 111001 | 1000100 | 110110 |
Color Harmonies of #D9D038
Complementary color
Monochromatic Colors of #D9D038
Black with #D9D038
Text Example
Text Example
White with #D9D038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D038; }
p { color: rgb(217,208,56); }
H1.HeaderClassName
{
color: #D9D038;
}
.AnyTagClassName
{
color: #D9D038;
}
</style>
background-color css
<style>
a { background-color: #D9D038; }
a { background-color: rgb(217,208,56); }
div.DivClassName
{
background-color: #D9D038;
}
.BgClassName
{
background-color: #D9D038;
}
</style>
border-color css
<style>
span { border-color: #D9D038; }
span { border-color: rgb(217,208,56); }
td.TdClassName
{
border-color: #D9D038;
}
.TagClassName
{
border-color: #D9D038;
}
</style>