Shades of Wattle #D5C241
Tints of Wattle #D5C241
RGB
CMYK
RGB Variations
Color information
#D5C241 (or 0xD5C241) is known color: Wattle. HEX triplet: D5, C2 and 41. RGB value is (213,194,65). Sum of RGB (Red+Green+Blue) = 213+194+65=472 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.13% from 472); Green value is 194 (76.17% from 255 or 41.10% from 472); Blue value is 65 (25.78% from 255 or 13.77% from 472); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C241 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5C241 is #2A3DBE. Grayscale: #B9B9B9. Windows color (decimal): -2768319 or 4309717. OLE color: 4309717.
HSL color Cylindrical-coordinate representation of color #D5C241: hue angle of 52.3º 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 #D5C241 is Cyan = 0, Magento = 0.09, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 194 | 65 | - |
| CMYK | 0 | 0.09 | 0.69 | 0.16 |
| HSL | 52.3º | 0.64% | 0.55% | - |
| HSV(B) | 52.3º | 0.69% | 0.84% | - |
| XYZ | 47.69 | 53.11 | 12.74 | - |
| YUV | 184.98 | 60.29 | 147.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 194 | 65 | 0 | 0.09 | 0.69 | 0.16 | 52.3 | 0.64 | 0.55 |
| Hex | D5 | C2 | 41 | 0 | 9 | 45 | 10 | 34 | 40 | 37 |
| Octal | 325 | 302 | 101 | 0 | 11 | 105 | 20 | 64 | 100 | 67 |
| Binary | 11010101 | 11000010 | 1000001 | 0 | 1001 | 1000101 | 10000 | 110100 | 1000000 | 110111 |
Color Harmonies of #D5C241
Complementary color
Monochromatic Colors of #D5C241
Black with #D5C241
Text Example
Text Example
White with #D5C241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C241; }
p { color: rgb(213,194,65); }
H1.HeaderClassName
{
color: #D5C241;
}
.AnyTagClassName
{
color: #D5C241;
}
</style>
background-color css
<style>
a { background-color: #D5C241; }
a { background-color: rgb(213,194,65); }
div.DivClassName
{
background-color: #D5C241;
}
.BgClassName
{
background-color: #D5C241;
}
</style>
border-color css
<style>
span { border-color: #D5C241; }
span { border-color: rgb(213,194,65); }
td.TdClassName
{
border-color: #D5C241;
}
.TagClassName
{
border-color: #D5C241;
}
</style>