Shades of Wattle #D5C041
Tints of Wattle #D5C041
RGB
CMYK
RGB Variations
Color information
#D5C041 (or 0xD5C041) is known color: Wattle. HEX triplet: D5, C0 and 41. RGB value is (213,192,65). Sum of RGB (Red+Green+Blue) = 213+192+65=470 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.32% from 470); Green value is 192 (75.39% from 255 or 40.85% from 470); Blue value is 65 (25.78% from 255 or 13.83% from 470); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C041 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5C041 is #2A3FBE. Grayscale: #B8B8B8. Windows color (decimal): -2768831 or 4309205. OLE color: 4309205.
HSL color Cylindrical-coordinate representation of color #D5C041: hue angle of 51.49º 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 #D5C041 is Cyan = 0, Magento = 0.10, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 192 | 65 | - |
| CMYK | 0 | 0.10 | 0.69 | 0.16 |
| HSL | 51.49º | 0.64% | 0.55% | - |
| HSV(B) | 51.49º | 0.69% | 0.84% | - |
| XYZ | 47.24 | 52.23 | 12.59 | - |
| YUV | 183.8 | 60.96 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 192 | 65 | 0 | 0.10 | 0.69 | 0.16 | 51.49 | 0.64 | 0.55 |
| Hex | D5 | C0 | 41 | 0 | A | 45 | 10 | 33 | 40 | 37 |
| Octal | 325 | 300 | 101 | 0 | 12 | 105 | 20 | 63 | 100 | 67 |
| Binary | 11010101 | 11000000 | 1000001 | 0 | 1010 | 1000101 | 10000 | 110011 | 1000000 | 110111 |
Color Harmonies of #D5C041
Complementary color
Monochromatic Colors of #D5C041
Black with #D5C041
Text Example
Text Example
White with #D5C041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C041; }
p { color: rgb(213,192,65); }
H1.HeaderClassName
{
color: #D5C041;
}
.AnyTagClassName
{
color: #D5C041;
}
</style>
background-color css
<style>
a { background-color: #D5C041; }
a { background-color: rgb(213,192,65); }
div.DivClassName
{
background-color: #D5C041;
}
.BgClassName
{
background-color: #D5C041;
}
</style>
border-color css
<style>
span { border-color: #D5C041; }
span { border-color: rgb(213,192,65); }
td.TdClassName
{
border-color: #D5C041;
}
.TagClassName
{
border-color: #D5C041;
}
</style>