Shades of Wattle #D5CD3F
Tints of Wattle #D5CD3F
RGB
CMYK
RGB Variations
Color information
#D5CD3F (or 0xD5CD3F) is known color: Wattle. HEX triplet: D5, CD and 3F. RGB value is (213,205,63). Sum of RGB (Red+Green+Blue) = 213+205+63=481 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.28% from 481); Green value is 205 (80.47% from 255 or 42.62% from 481); Blue value is 63 (25% from 255 or 13.10% from 481); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CD3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5CD3F is #2A32C0. Grayscale: #BFBFBF. Windows color (decimal): -2765505 or 4181461. OLE color: 4181461.
HSL color Cylindrical-coordinate representation of color #D5CD3F: hue angle of 56.8º 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 #D5CD3F is Cyan = 0, Magento = 0.04, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 205 | 63 | - |
| CMYK | 0 | 0.04 | 0.70 | 0.16 |
| HSL | 56.8º | 0.64% | 0.54% | - |
| HSV(B) | 56.8º | 0.7% | 0.84% | - |
| XYZ | 50.17 | 58.17 | 13.29 | - |
| YUV | 191.2 | 55.65 | 143.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 205 | 63 | 0 | 0.04 | 0.70 | 0.16 | 56.8 | 0.64 | 0.54 |
| Hex | D5 | CD | 3F | 0 | 4 | 46 | 10 | 39 | 40 | 36 |
| Octal | 325 | 315 | 77 | 0 | 4 | 106 | 20 | 71 | 100 | 66 |
| Binary | 11010101 | 11001101 | 111111 | 0 | 100 | 1000110 | 10000 | 111001 | 1000000 | 110110 |
Color Harmonies of #D5CD3F
Complementary color
Monochromatic Colors of #D5CD3F
Black with #D5CD3F
Text Example
Text Example
White with #D5CD3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CD3F; }
p { color: rgb(213,205,63); }
H1.HeaderClassName
{
color: #D5CD3F;
}
.AnyTagClassName
{
color: #D5CD3F;
}
</style>
background-color css
<style>
a { background-color: #D5CD3F; }
a { background-color: rgb(213,205,63); }
div.DivClassName
{
background-color: #D5CD3F;
}
.BgClassName
{
background-color: #D5CD3F;
}
</style>
border-color css
<style>
span { border-color: #D5CD3F; }
span { border-color: rgb(213,205,63); }
td.TdClassName
{
border-color: #D5CD3F;
}
.TagClassName
{
border-color: #D5CD3F;
}
</style>