Shades of Wattle #D2C440
Tints of Wattle #D2C440
RGB
CMYK
RGB Variations
Color information
#D2C440 (or 0xD2C440) is known color: Wattle. HEX triplet: D2, C4 and 40. RGB value is (210,196,64). Sum of RGB (Red+Green+Blue) = 210+196+64=470 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.68% from 470); Green value is 196 (76.95% from 255 or 41.70% from 470); Blue value is 64 (25.39% from 255 or 13.62% from 470); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C440 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2C440 is #2D3BBF. Grayscale: #B9B9B9. Windows color (decimal): -2964416 or 4244690. OLE color: 4244690.
HSL color Cylindrical-coordinate representation of color #D2C440: hue angle of 54.25º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D2C440 is Cyan = 0, Magento = 0.07, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 196 | 64 | - |
| CMYK | 0 | 0.07 | 0.70 | 0.18 |
| HSL | 54.25º | 0.62% | 0.54% | - |
| HSV(B) | 54.25º | 0.7% | 0.82% | - |
| XYZ | 47.24 | 53.55 | 12.7 | - |
| YUV | 185.14 | 59.64 | 145.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 196 | 64 | 0 | 0.07 | 0.70 | 0.18 | 54.25 | 0.62 | 0.54 |
| Hex | D2 | C4 | 40 | 0 | 7 | 46 | 12 | 36 | 3E | 36 |
| Octal | 322 | 304 | 100 | 0 | 7 | 106 | 22 | 66 | 76 | 66 |
| Binary | 11010010 | 11000100 | 1000000 | 0 | 111 | 1000110 | 10010 | 110110 | 111110 | 110110 |
Color Harmonies of #D2C440
Complementary color
Monochromatic Colors of #D2C440
Black with #D2C440
Text Example
Text Example
White with #D2C440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C440; }
p { color: rgb(210,196,64); }
H1.HeaderClassName
{
color: #D2C440;
}
.AnyTagClassName
{
color: #D2C440;
}
</style>
background-color css
<style>
a { background-color: #D2C440; }
a { background-color: rgb(210,196,64); }
div.DivClassName
{
background-color: #D2C440;
}
.BgClassName
{
background-color: #D2C440;
}
</style>
border-color css
<style>
span { border-color: #D2C440; }
span { border-color: rgb(210,196,64); }
td.TdClassName
{
border-color: #D2C440;
}
.TagClassName
{
border-color: #D2C440;
}
</style>