Shades of Wattle #D1C944
Tints of Wattle #D1C944
RGB
CMYK
RGB Variations
Color information
#D1C944 (or 0xD1C944) is known color: Wattle. HEX triplet: D1, C9 and 44. RGB value is (209,201,68). Sum of RGB (Red+Green+Blue) = 209+201+68=478 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.72% from 478); Green value is 201 (78.91% from 255 or 42.05% from 478); Blue value is 68 (26.95% from 255 or 14.23% from 478); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C944 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1C944 is #2E36BB. Grayscale: #BCBCBC. Windows color (decimal): -3028668 or 4508113. OLE color: 4508113.
HSL color Cylindrical-coordinate representation of color #D1C944: hue angle of 56.6º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D1C944 is Cyan = 0, Magento = 0.04, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 201 | 68 | - |
| CMYK | 0 | 0.04 | 0.67 | 0.18 |
| HSL | 56.6º | 0.61% | 0.54% | - |
| HSV(B) | 56.6º | 0.67% | 0.82% | - |
| XYZ | 48.22 | 55.75 | 13.69 | - |
| YUV | 188.23 | 60.15 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 201 | 68 | 0 | 0.04 | 0.67 | 0.18 | 56.6 | 0.61 | 0.54 |
| Hex | D1 | C9 | 44 | 0 | 4 | 43 | 12 | 39 | 3D | 36 |
| Octal | 321 | 311 | 104 | 0 | 4 | 103 | 22 | 71 | 75 | 66 |
| Binary | 11010001 | 11001001 | 1000100 | 0 | 100 | 1000011 | 10010 | 111001 | 111101 | 110110 |
Color Harmonies of #D1C944
Complementary color
Monochromatic Colors of #D1C944
Black with #D1C944
Text Example
Text Example
White with #D1C944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C944; }
p { color: rgb(209,201,68); }
H1.HeaderClassName
{
color: #D1C944;
}
.AnyTagClassName
{
color: #D1C944;
}
</style>
background-color css
<style>
a { background-color: #D1C944; }
a { background-color: rgb(209,201,68); }
div.DivClassName
{
background-color: #D1C944;
}
.BgClassName
{
background-color: #D1C944;
}
</style>
border-color css
<style>
span { border-color: #D1C944; }
span { border-color: rgb(209,201,68); }
td.TdClassName
{
border-color: #D1C944;
}
.TagClassName
{
border-color: #D1C944;
}
</style>