Shades of Wattle #D2C235
Tints of Wattle #D2C235
RGB
CMYK
RGB Variations
Color information
#D2C235 (or 0xD2C235) is known color: Wattle. HEX triplet: D2, C2 and 35. RGB value is (210,194,53). Sum of RGB (Red+Green+Blue) = 210+194+53=457 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.95% from 457); Green value is 194 (76.17% from 255 or 42.45% from 457); Blue value is 53 (21.09% from 255 or 11.60% from 457); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C235 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2C235 is #2D3DCA. Grayscale: #B7B7B7. Windows color (decimal): -2964939 or 3523282. OLE color: 3523282.
HSL color Cylindrical-coordinate representation of color #D2C235: hue angle of 53.89º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D2C235 is Cyan = 0, Magento = 0.08, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 194 | 53 | - |
| CMYK | 0 | 0.08 | 0.75 | 0.18 |
| HSL | 53.89º | 0.64% | 0.52% | - |
| HSV(B) | 53.89º | 0.75% | 0.82% | - |
| XYZ | 46.51 | 52.54 | 11.06 | - |
| YUV | 182.71 | 54.8 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 194 | 53 | 0 | 0.08 | 0.75 | 0.18 | 53.89 | 0.64 | 0.52 |
| Hex | D2 | C2 | 35 | 0 | 8 | 4B | 12 | 36 | 40 | 34 |
| Octal | 322 | 302 | 65 | 0 | 10 | 113 | 22 | 66 | 100 | 64 |
| Binary | 11010010 | 11000010 | 110101 | 0 | 1000 | 1001011 | 10010 | 110110 | 1000000 | 110100 |
Color Harmonies of #D2C235
Complementary color
Monochromatic Colors of #D2C235
Black with #D2C235
Text Example
Text Example
White with #D2C235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C235; }
p { color: rgb(210,194,53); }
H1.HeaderClassName
{
color: #D2C235;
}
.AnyTagClassName
{
color: #D2C235;
}
</style>
background-color css
<style>
a { background-color: #D2C235; }
a { background-color: rgb(210,194,53); }
div.DivClassName
{
background-color: #D2C235;
}
.BgClassName
{
background-color: #D2C235;
}
</style>
border-color css
<style>
span { border-color: #D2C235; }
span { border-color: rgb(210,194,53); }
td.TdClassName
{
border-color: #D2C235;
}
.TagClassName
{
border-color: #D2C235;
}
</style>