Shades of Wattle #D2CD34
Tints of Wattle #D2CD34
RGB
CMYK
RGB Variations
Color information
#D2CD34 (or 0xD2CD34) is known color: Wattle. HEX triplet: D2, CD and 34. RGB value is (210,205,52). Sum of RGB (Red+Green+Blue) = 210+205+52=467 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.97% from 467); Green value is 205 (80.47% from 255 or 43.90% from 467); Blue value is 52 (20.70% from 255 or 11.13% from 467); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CD34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2CD34 is #2D32CB. Grayscale: #BDBDBD. Windows color (decimal): -2962124 or 3460562. OLE color: 3460562.
HSL color Cylindrical-coordinate representation of color #D2CD34: hue angle of 58.1º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D2CD34 is Cyan = 0, Magento = 0.02, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 205 | 52 | - |
| CMYK | 0 | 0.02 | 0.75 | 0.18 |
| HSL | 58.1º | 0.64% | 0.51% | - |
| HSV(B) | 58.1º | 0.75% | 0.82% | - |
| XYZ | 49.03 | 57.61 | 11.78 | - |
| YUV | 189.05 | 50.66 | 142.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 205 | 52 | 0 | 0.02 | 0.75 | 0.18 | 58.1 | 0.64 | 0.51 |
| Hex | D2 | CD | 34 | 0 | 2 | 4B | 12 | 3A | 40 | 33 |
| Octal | 322 | 315 | 64 | 0 | 2 | 113 | 22 | 72 | 100 | 63 |
| Binary | 11010010 | 11001101 | 110100 | 0 | 10 | 1001011 | 10010 | 111010 | 1000000 | 110011 |
Color Harmonies of #D2CD34
Complementary color
Monochromatic Colors of #D2CD34
Black with #D2CD34
Text Example
Text Example
White with #D2CD34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CD34; }
p { color: rgb(210,205,52); }
H1.HeaderClassName
{
color: #D2CD34;
}
.AnyTagClassName
{
color: #D2CD34;
}
</style>
background-color css
<style>
a { background-color: #D2CD34; }
a { background-color: rgb(210,205,52); }
div.DivClassName
{
background-color: #D2CD34;
}
.BgClassName
{
background-color: #D2CD34;
}
</style>
border-color css
<style>
span { border-color: #D2CD34; }
span { border-color: rgb(210,205,52); }
td.TdClassName
{
border-color: #D2CD34;
}
.TagClassName
{
border-color: #D2CD34;
}
</style>