Shades of Wattle #D4CD2E
Tints of Wattle #D4CD2E
RGB
CMYK
RGB Variations
Color information
#D4CD2E (or 0xD4CD2E) is known color: Wattle. HEX triplet: D4, CD and 2E. RGB value is (212,205,46). Sum of RGB (Red+Green+Blue) = 212+205+46=463 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.79% from 463); Green value is 205 (80.47% from 255 or 44.28% from 463); Blue value is 46 (18.36% from 255 or 9.94% from 463); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CD2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4CD2E is #2B32D1. Grayscale: #BDBDBD. Windows color (decimal): -2831058 or 3067348. OLE color: 3067348.
HSL color Cylindrical-coordinate representation of color #D4CD2E: hue angle of 57.47º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D4CD2E is Cyan = 0, Magento = 0.03, Yellow = 0.78 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 205 | 46 | - |
| CMYK | 0 | 0.03 | 0.78 | 0.17 |
| HSL | 57.47º | 0.66% | 0.51% | - |
| HSV(B) | 57.47º | 0.78% | 0.83% | - |
| XYZ | 49.48 | 57.86 | 11.14 | - |
| YUV | 188.97 | 47.32 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 205 | 46 | 0 | 0.03 | 0.78 | 0.17 | 57.47 | 0.66 | 0.51 |
| Hex | D4 | CD | 2E | 0 | 3 | 4E | 11 | 39 | 42 | 33 |
| Octal | 324 | 315 | 56 | 0 | 3 | 116 | 21 | 71 | 102 | 63 |
| Binary | 11010100 | 11001101 | 101110 | 0 | 11 | 1001110 | 10001 | 111001 | 1000010 | 110011 |
Color Harmonies of #D4CD2E
Complementary color
Monochromatic Colors of #D4CD2E
Black with #D4CD2E
Text Example
Text Example
White with #D4CD2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CD2E; }
p { color: rgb(212,205,46); }
H1.HeaderClassName
{
color: #D4CD2E;
}
.AnyTagClassName
{
color: #D4CD2E;
}
</style>
background-color css
<style>
a { background-color: #D4CD2E; }
a { background-color: rgb(212,205,46); }
div.DivClassName
{
background-color: #D4CD2E;
}
.BgClassName
{
background-color: #D4CD2E;
}
</style>
border-color css
<style>
span { border-color: #D4CD2E; }
span { border-color: rgb(212,205,46); }
td.TdClassName
{
border-color: #D4CD2E;
}
.TagClassName
{
border-color: #D4CD2E;
}
</style>