Shades of Wattle #D1D74A
Tints of Wattle #D1D74A
RGB
CMYK
RGB Variations
Color information
#D1D74A (or 0xD1D74A) is known color: Wattle. HEX triplet: D1, D7 and 4A. RGB value is (209,215,74). Sum of RGB (Red+Green+Blue) = 209+215+74=498 (65% of max value = 765). Red value is 209 (82.03% from 255 or 41.97% from 498); Green value is 215 (84.38% from 255 or 43.17% from 498); Blue value is 74 (29.30% from 255 or 14.86% from 498); Max value from RGB is 215 - color contains mainly: green. Hex color #D1D74A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1D74A is #2E28B5. Grayscale: #C5C5C5. Windows color (decimal): -3025078 or 4904913. OLE color: 4904913.
HSL color Cylindrical-coordinate representation of color #D1D74A: hue angle of 62.55º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D1D74A is Cyan = 0.03, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 209 | 215 | 74 | - |
| CMYK | 0.03 | 0 | 0.66 | 0.16 |
| HSL | 62.55º | 0.64% | 0.57% | - |
| HSV(B) | 62.55º | 0.66% | 0.84% | - |
| XYZ | 51.83 | 62.65 | 15.84 | - |
| YUV | 197.13 | 58.51 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 215 | 74 | 0.03 | 0 | 0.66 | 0.16 | 62.55 | 0.64 | 0.57 |
| Hex | D1 | D7 | 4A | 3 | 0 | 42 | 10 | 3F | 40 | 39 |
| Octal | 321 | 327 | 112 | 3 | 0 | 102 | 20 | 77 | 100 | 71 |
| Binary | 11010001 | 11010111 | 1001010 | 11 | 0 | 1000010 | 10000 | 111111 | 1000000 | 111001 |
Color Harmonies of #D1D74A
Complementary color
Monochromatic Colors of #D1D74A
Black with #D1D74A
Text Example
Text Example
White with #D1D74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D74A; }
p { color: rgb(209,215,74); }
H1.HeaderClassName
{
color: #D1D74A;
}
.AnyTagClassName
{
color: #D1D74A;
}
</style>
background-color css
<style>
a { background-color: #D1D74A; }
a { background-color: rgb(209,215,74); }
div.DivClassName
{
background-color: #D1D74A;
}
.BgClassName
{
background-color: #D1D74A;
}
</style>
border-color css
<style>
span { border-color: #D1D74A; }
span { border-color: rgb(209,215,74); }
td.TdClassName
{
border-color: #D1D74A;
}
.TagClassName
{
border-color: #D1D74A;
}
</style>