Shades of Wattle #D1D038
Tints of Wattle #D1D038
RGB
CMYK
RGB Variations
Color information
#D1D038 (or 0xD1D038) is known color: Wattle. HEX triplet: D1, D0 and 38. RGB value is (209,208,56). Sum of RGB (Red+Green+Blue) = 209+208+56=473 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.19% from 473); Green value is 208 (81.64% from 255 or 43.97% from 473); Blue value is 56 (22.27% from 255 or 11.84% from 473); Max value from RGB is 209 - color contains mainly: red. Hex color #D1D038 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1D038 is #2E2FC7. Grayscale: #BFBFBF. Windows color (decimal): -3026888 or 3723473. OLE color: 3723473.
HSL color Cylindrical-coordinate representation of color #D1D038: hue angle of 59.61º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D1D038 is Cyan = 0, Magento = 0.00, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 208 | 56 | - |
| CMYK | 0 | 0.00 | 0.73 | 0.18 |
| HSL | 59.61º | 0.62% | 0.52% | - |
| HSV(B) | 59.61º | 0.73% | 0.82% | - |
| XYZ | 49.56 | 58.95 | 12.51 | - |
| YUV | 190.97 | 51.83 | 140.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 208 | 56 | 0 | 0.00 | 0.73 | 0.18 | 59.61 | 0.62 | 0.52 |
| Hex | D1 | D0 | 38 | 0 | 0 | 49 | 12 | 3C | 3E | 34 |
| Octal | 321 | 320 | 70 | 0 | 0 | 111 | 22 | 74 | 76 | 64 |
| Binary | 11010001 | 11010000 | 111000 | 0 | 0 | 1001001 | 10010 | 111100 | 111110 | 110100 |
Color Harmonies of #D1D038
Complementary color
Monochromatic Colors of #D1D038
Black with #D1D038
Text Example
Text Example
White with #D1D038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D038; }
p { color: rgb(209,208,56); }
H1.HeaderClassName
{
color: #D1D038;
}
.AnyTagClassName
{
color: #D1D038;
}
</style>
background-color css
<style>
a { background-color: #D1D038; }
a { background-color: rgb(209,208,56); }
div.DivClassName
{
background-color: #D1D038;
}
.BgClassName
{
background-color: #D1D038;
}
</style>
border-color css
<style>
span { border-color: #D1D038; }
span { border-color: rgb(209,208,56); }
td.TdClassName
{
border-color: #D1D038;
}
.TagClassName
{
border-color: #D1D038;
}
</style>