Shades of Wattle #D1C441
Tints of Wattle #D1C441
RGB
CMYK
RGB Variations
Color information
#D1C441 (or 0xD1C441) is known color: Wattle. HEX triplet: D1, C4 and 41. RGB value is (209,196,65). Sum of RGB (Red+Green+Blue) = 209+196+65=470 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.47% from 470); Green value is 196 (76.95% from 255 or 41.70% from 470); Blue value is 65 (25.78% from 255 or 13.83% from 470); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C441 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1C441 is #2E3BBE. Grayscale: #B9B9B9. Windows color (decimal): -3029951 or 4310225. OLE color: 4310225.
HSL color Cylindrical-coordinate representation of color #D1C441: hue angle of 54.58º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D1C441 is Cyan = 0, Magento = 0.06, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 196 | 65 | - |
| CMYK | 0 | 0.06 | 0.69 | 0.18 |
| HSL | 54.58º | 0.61% | 0.54% | - |
| HSV(B) | 54.58º | 0.69% | 0.82% | - |
| XYZ | 46.99 | 53.42 | 12.83 | - |
| YUV | 184.95 | 60.31 | 145.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 196 | 65 | 0 | 0.06 | 0.69 | 0.18 | 54.58 | 0.61 | 0.54 |
| Hex | D1 | C4 | 41 | 0 | 6 | 45 | 12 | 37 | 3D | 36 |
| Octal | 321 | 304 | 101 | 0 | 6 | 105 | 22 | 67 | 75 | 66 |
| Binary | 11010001 | 11000100 | 1000001 | 0 | 110 | 1000101 | 10010 | 110111 | 111101 | 110110 |
Color Harmonies of #D1C441
Complementary color
Monochromatic Colors of #D1C441
Black with #D1C441
Text Example
Text Example
White with #D1C441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C441; }
p { color: rgb(209,196,65); }
H1.HeaderClassName
{
color: #D1C441;
}
.AnyTagClassName
{
color: #D1C441;
}
</style>
background-color css
<style>
a { background-color: #D1C441; }
a { background-color: rgb(209,196,65); }
div.DivClassName
{
background-color: #D1C441;
}
.BgClassName
{
background-color: #D1C441;
}
</style>
border-color css
<style>
span { border-color: #D1C441; }
span { border-color: rgb(209,196,65); }
td.TdClassName
{
border-color: #D1C441;
}
.TagClassName
{
border-color: #D1C441;
}
</style>