Shades of Wattle #D5D041
Tints of Wattle #D5D041
RGB
CMYK
RGB Variations
Color information
#D5D041 (or 0xD5D041) is known color: Wattle. HEX triplet: D5, D0 and 41. RGB value is (213,208,65). Sum of RGB (Red+Green+Blue) = 213+208+65=486 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.83% from 486); Green value is 208 (81.64% from 255 or 42.80% from 486); Blue value is 65 (25.78% from 255 or 13.37% from 486); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D041 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5D041 is #2A2FBE. Grayscale: #C1C1C1. Windows color (decimal): -2764735 or 4313301. OLE color: 4313301.
HSL color Cylindrical-coordinate representation of color #D5D041: hue angle of 57.97º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D5D041 is Cyan = 0, Magento = 0.02, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 208 | 65 | - |
| CMYK | 0 | 0.02 | 0.69 | 0.16 |
| HSL | 57.97º | 0.64% | 0.55% | - |
| HSV(B) | 57.97º | 0.69% | 0.84% | - |
| XYZ | 50.95 | 59.64 | 13.83 | - |
| YUV | 193.19 | 55.66 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 208 | 65 | 0 | 0.02 | 0.69 | 0.16 | 57.97 | 0.64 | 0.55 |
| Hex | D5 | D0 | 41 | 0 | 2 | 45 | 10 | 3A | 40 | 37 |
| Octal | 325 | 320 | 101 | 0 | 2 | 105 | 20 | 72 | 100 | 67 |
| Binary | 11010101 | 11010000 | 1000001 | 0 | 10 | 1000101 | 10000 | 111010 | 1000000 | 110111 |
Color Harmonies of #D5D041
Complementary color
Monochromatic Colors of #D5D041
Black with #D5D041
Text Example
Text Example
White with #D5D041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D041; }
p { color: rgb(213,208,65); }
H1.HeaderClassName
{
color: #D5D041;
}
.AnyTagClassName
{
color: #D5D041;
}
</style>
background-color css
<style>
a { background-color: #D5D041; }
a { background-color: rgb(213,208,65); }
div.DivClassName
{
background-color: #D5D041;
}
.BgClassName
{
background-color: #D5D041;
}
</style>
border-color css
<style>
span { border-color: #D5D041; }
span { border-color: rgb(213,208,65); }
td.TdClassName
{
border-color: #D5D041;
}
.TagClassName
{
border-color: #D5D041;
}
</style>