Shades of Wattle #D5CF41
Tints of Wattle #D5CF41
RGB
CMYK
RGB Variations
Color information
#D5CF41 (or 0xD5CF41) is known color: Wattle. HEX triplet: D5, CF and 41. RGB value is (213,207,65). Sum of RGB (Red+Green+Blue) = 213+207+65=485 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.92% from 485); Green value is 207 (81.25% from 255 or 42.68% from 485); Blue value is 65 (25.78% from 255 or 13.40% from 485); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CF41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5CF41 is #2A30BE. Grayscale: #C1C1C1. Windows color (decimal): -2764991 or 4313045. OLE color: 4313045.
HSL color Cylindrical-coordinate representation of color #D5CF41: hue angle of 57.57º 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 #D5CF41 is Cyan = 0, Magento = 0.03, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 207 | 65 | - |
| CMYK | 0 | 0.03 | 0.69 | 0.16 |
| HSL | 57.57º | 0.64% | 0.55% | - |
| HSV(B) | 57.57º | 0.69% | 0.84% | - |
| XYZ | 50.71 | 59.15 | 13.75 | - |
| YUV | 192.61 | 55.99 | 142.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 207 | 65 | 0 | 0.03 | 0.69 | 0.16 | 57.57 | 0.64 | 0.55 |
| Hex | D5 | CF | 41 | 0 | 3 | 45 | 10 | 3A | 40 | 37 |
| Octal | 325 | 317 | 101 | 0 | 3 | 105 | 20 | 72 | 100 | 67 |
| Binary | 11010101 | 11001111 | 1000001 | 0 | 11 | 1000101 | 10000 | 111010 | 1000000 | 110111 |
Color Harmonies of #D5CF41
Complementary color
Monochromatic Colors of #D5CF41
Black with #D5CF41
Text Example
Text Example
White with #D5CF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CF41; }
p { color: rgb(213,207,65); }
H1.HeaderClassName
{
color: #D5CF41;
}
.AnyTagClassName
{
color: #D5CF41;
}
</style>
background-color css
<style>
a { background-color: #D5CF41; }
a { background-color: rgb(213,207,65); }
div.DivClassName
{
background-color: #D5CF41;
}
.BgClassName
{
background-color: #D5CF41;
}
</style>
border-color css
<style>
span { border-color: #D5CF41; }
span { border-color: rgb(213,207,65); }
td.TdClassName
{
border-color: #D5CF41;
}
.TagClassName
{
border-color: #D5CF41;
}
</style>