Shades of Wattle #D1C741
Tints of Wattle #D1C741
RGB
CMYK
RGB Variations
Color information
#D1C741 (or 0xD1C741) is known color: Wattle. HEX triplet: D1, C7 and 41. RGB value is (209,199,65). Sum of RGB (Red+Green+Blue) = 209+199+65=473 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.19% from 473); Green value is 199 (78.12% from 255 or 42.07% from 473); Blue value is 65 (25.78% from 255 or 13.74% from 473); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C741 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1C741 is #2E38BE. Grayscale: #BBBBBB. Windows color (decimal): -3029183 or 4310993. OLE color: 4310993.
HSL color Cylindrical-coordinate representation of color #D1C741: hue angle of 55.83º 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 #D1C741 is Cyan = 0, Magento = 0.05, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 199 | 65 | - |
| CMYK | 0 | 0.05 | 0.69 | 0.18 |
| HSL | 55.83º | 0.61% | 0.54% | - |
| HSV(B) | 55.83º | 0.69% | 0.82% | - |
| XYZ | 47.67 | 54.78 | 13.06 | - |
| YUV | 186.71 | 59.31 | 143.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 199 | 65 | 0 | 0.05 | 0.69 | 0.18 | 55.83 | 0.61 | 0.54 |
| Hex | D1 | C7 | 41 | 0 | 5 | 45 | 12 | 38 | 3D | 36 |
| Octal | 321 | 307 | 101 | 0 | 5 | 105 | 22 | 70 | 75 | 66 |
| Binary | 11010001 | 11000111 | 1000001 | 0 | 101 | 1000101 | 10010 | 111000 | 111101 | 110110 |
Color Harmonies of #D1C741
Complementary color
Monochromatic Colors of #D1C741
Black with #D1C741
Text Example
Text Example
White with #D1C741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C741; }
p { color: rgb(209,199,65); }
H1.HeaderClassName
{
color: #D1C741;
}
.AnyTagClassName
{
color: #D1C741;
}
</style>
background-color css
<style>
a { background-color: #D1C741; }
a { background-color: rgb(209,199,65); }
div.DivClassName
{
background-color: #D1C741;
}
.BgClassName
{
background-color: #D1C741;
}
</style>
border-color css
<style>
span { border-color: #D1C741; }
span { border-color: rgb(209,199,65); }
td.TdClassName
{
border-color: #D1C741;
}
.TagClassName
{
border-color: #D1C741;
}
</style>