Shades of Wattle #D5CF40
Tints of Wattle #D5CF40
RGB
CMYK
RGB Variations
Color information
#D5CF40 (or 0xD5CF40) is known color: Wattle. HEX triplet: D5, CF and 40. RGB value is (213,207,64). Sum of RGB (Red+Green+Blue) = 213+207+64=484 (64% of max value = 765). Red value is 213 (83.59% from 255 or 44.01% from 484); Green value is 207 (81.25% from 255 or 42.77% from 484); Blue value is 64 (25.39% from 255 or 13.22% from 484); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CF40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5CF40 is #2A30BF. Grayscale: #C1C1C1. Windows color (decimal): -2764992 or 4247509. OLE color: 4247509.
HSL color Cylindrical-coordinate representation of color #D5CF40: hue angle of 57.58º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D5CF40 is Cyan = 0, Magento = 0.03, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 207 | 64 | - |
| CMYK | 0 | 0.03 | 0.70 | 0.16 |
| HSL | 57.58º | 0.64% | 0.54% | - |
| HSV(B) | 57.58º | 0.7% | 0.84% | - |
| XYZ | 50.68 | 59.14 | 13.59 | - |
| YUV | 192.49 | 55.49 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 207 | 64 | 0 | 0.03 | 0.70 | 0.16 | 57.58 | 0.64 | 0.54 |
| Hex | D5 | CF | 40 | 0 | 3 | 46 | 10 | 3A | 40 | 36 |
| Octal | 325 | 317 | 100 | 0 | 3 | 106 | 20 | 72 | 100 | 66 |
| Binary | 11010101 | 11001111 | 1000000 | 0 | 11 | 1000110 | 10000 | 111010 | 1000000 | 110110 |
Color Harmonies of #D5CF40
Complementary color
Monochromatic Colors of #D5CF40
Black with #D5CF40
Text Example
Text Example
White with #D5CF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CF40; }
p { color: rgb(213,207,64); }
H1.HeaderClassName
{
color: #D5CF40;
}
.AnyTagClassName
{
color: #D5CF40;
}
</style>
background-color css
<style>
a { background-color: #D5CF40; }
a { background-color: rgb(213,207,64); }
div.DivClassName
{
background-color: #D5CF40;
}
.BgClassName
{
background-color: #D5CF40;
}
</style>
border-color css
<style>
span { border-color: #D5CF40; }
span { border-color: rgb(213,207,64); }
td.TdClassName
{
border-color: #D5CF40;
}
.TagClassName
{
border-color: #D5CF40;
}
</style>