Shades of Wattle #D2CA3E
Tints of Wattle #D2CA3E
RGB
CMYK
RGB Variations
Color information
#D2CA3E (or 0xD2CA3E) is known color: Wattle. HEX triplet: D2, CA and 3E. RGB value is (210,202,62). Sum of RGB (Red+Green+Blue) = 210+202+62=474 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.30% from 474); Green value is 202 (79.30% from 255 or 42.62% from 474); Blue value is 62 (24.61% from 255 or 13.08% from 474); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CA3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2CA3E is #2D35C1. Grayscale: #BDBDBD. Windows color (decimal): -2962882 or 4115154. OLE color: 4115154.
HSL color Cylindrical-coordinate representation of color #D2CA3E: hue angle of 56.76º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D2CA3E is Cyan = 0, Magento = 0.04, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 202 | 62 | - |
| CMYK | 0 | 0.04 | 0.70 | 0.18 |
| HSL | 56.76º | 0.62% | 0.53% | - |
| HSV(B) | 56.76º | 0.7% | 0.82% | - |
| XYZ | 48.57 | 56.29 | 12.86 | - |
| YUV | 188.43 | 56.65 | 143.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 202 | 62 | 0 | 0.04 | 0.70 | 0.18 | 56.76 | 0.62 | 0.53 |
| Hex | D2 | CA | 3E | 0 | 4 | 46 | 12 | 39 | 3E | 35 |
| Octal | 322 | 312 | 76 | 0 | 4 | 106 | 22 | 71 | 76 | 65 |
| Binary | 11010010 | 11001010 | 111110 | 0 | 100 | 1000110 | 10010 | 111001 | 111110 | 110101 |
Color Harmonies of #D2CA3E
Complementary color
Monochromatic Colors of #D2CA3E
Black with #D2CA3E
Text Example
Text Example
White with #D2CA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CA3E; }
p { color: rgb(210,202,62); }
H1.HeaderClassName
{
color: #D2CA3E;
}
.AnyTagClassName
{
color: #D2CA3E;
}
</style>
background-color css
<style>
a { background-color: #D2CA3E; }
a { background-color: rgb(210,202,62); }
div.DivClassName
{
background-color: #D2CA3E;
}
.BgClassName
{
background-color: #D2CA3E;
}
</style>
border-color css
<style>
span { border-color: #D2CA3E; }
span { border-color: rgb(210,202,62); }
td.TdClassName
{
border-color: #D2CA3E;
}
.TagClassName
{
border-color: #D2CA3E;
}
</style>