Shades of Wattle #D5D241
Tints of Wattle #D5D241
RGB
CMYK
RGB Variations
Color information
#D5D241 (or 0xD5D241) is known color: Wattle. HEX triplet: D5, D2 and 41. RGB value is (213,210,65). Sum of RGB (Red+Green+Blue) = 213+210+65=488 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.65% from 488); Green value is 210 (82.42% from 255 or 43.03% from 488); Blue value is 65 (25.78% from 255 or 13.32% from 488); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D241 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5D241 is #2A2DBE. Grayscale: #C2C2C2. Windows color (decimal): -2764223 or 4313813. OLE color: 4313813.
HSL color Cylindrical-coordinate representation of color #D5D241: hue angle of 58.78º 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 #D5D241 is Cyan = 0, Magento = 0.01, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 210 | 65 | - |
| CMYK | 0 | 0.01 | 0.69 | 0.16 |
| HSL | 58.78º | 0.64% | 0.55% | - |
| HSV(B) | 58.78º | 0.69% | 0.84% | - |
| XYZ | 51.44 | 60.62 | 13.99 | - |
| YUV | 194.37 | 54.99 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 210 | 65 | 0 | 0.01 | 0.69 | 0.16 | 58.78 | 0.64 | 0.55 |
| Hex | D5 | D2 | 41 | 0 | 1 | 45 | 10 | 3B | 40 | 37 |
| Octal | 325 | 322 | 101 | 0 | 1 | 105 | 20 | 73 | 100 | 67 |
| Binary | 11010101 | 11010010 | 1000001 | 0 | 1 | 1000101 | 10000 | 111011 | 1000000 | 110111 |
Color Harmonies of #D5D241
Complementary color
Monochromatic Colors of #D5D241
Black with #D5D241
Text Example
Text Example
White with #D5D241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D241; }
p { color: rgb(213,210,65); }
H1.HeaderClassName
{
color: #D5D241;
}
.AnyTagClassName
{
color: #D5D241;
}
</style>
background-color css
<style>
a { background-color: #D5D241; }
a { background-color: rgb(213,210,65); }
div.DivClassName
{
background-color: #D5D241;
}
.BgClassName
{
background-color: #D5D241;
}
</style>
border-color css
<style>
span { border-color: #D5D241; }
span { border-color: rgb(213,210,65); }
td.TdClassName
{
border-color: #D5D241;
}
.TagClassName
{
border-color: #D5D241;
}
</style>