Shades of Wattle #D2CD32
Tints of Wattle #D2CD32
RGB
CMYK
RGB Variations
Color information
#D2CD32 (or 0xD2CD32) is known color: Wattle. HEX triplet: D2, CD and 32. RGB value is (210,205,50). Sum of RGB (Red+Green+Blue) = 210+205+50=465 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.16% from 465); Green value is 205 (80.47% from 255 or 44.09% from 465); Blue value is 50 (19.92% from 255 or 10.75% from 465); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CD32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2CD32 is #2D32CD. Grayscale: #BDBDBD. Windows color (decimal): -2962126 or 3329490. OLE color: 3329490.
HSL color Cylindrical-coordinate representation of color #D2CD32: hue angle of 58.12º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D2CD32 is Cyan = 0, Magento = 0.02, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 205 | 50 | - |
| CMYK | 0 | 0.02 | 0.76 | 0.18 |
| HSL | 58.13º | 0.64% | 0.51% | - |
| HSV(B) | 58.13º | 0.76% | 0.82% | - |
| XYZ | 48.99 | 57.59 | 11.55 | - |
| YUV | 188.83 | 49.66 | 143.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 205 | 50 | 0 | 0.02 | 0.76 | 0.18 | 58.13 | 0.64 | 0.51 |
| Hex | D2 | CD | 32 | 0 | 2 | 4C | 12 | 3A | 40 | 33 |
| Octal | 322 | 315 | 62 | 0 | 2 | 114 | 22 | 72 | 100 | 63 |
| Binary | 11010010 | 11001101 | 110010 | 0 | 10 | 1001100 | 10010 | 111010 | 1000000 | 110011 |
Color Harmonies of #D2CD32
Complementary color
Monochromatic Colors of #D2CD32
Black with #D2CD32
Text Example
Text Example
White with #D2CD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CD32; }
p { color: rgb(210,205,50); }
H1.HeaderClassName
{
color: #D2CD32;
}
.AnyTagClassName
{
color: #D2CD32;
}
</style>
background-color css
<style>
a { background-color: #D2CD32; }
a { background-color: rgb(210,205,50); }
div.DivClassName
{
background-color: #D2CD32;
}
.BgClassName
{
background-color: #D2CD32;
}
</style>
border-color css
<style>
span { border-color: #D2CD32; }
span { border-color: rgb(210,205,50); }
td.TdClassName
{
border-color: #D2CD32;
}
.TagClassName
{
border-color: #D2CD32;
}
</style>