Shades of Wattle #D2C035
Tints of Wattle #D2C035
RGB
CMYK
RGB Variations
Color information
#D2C035 (or 0xD2C035) is known color: Wattle. HEX triplet: D2, C0 and 35. RGB value is (210,192,53). Sum of RGB (Red+Green+Blue) = 210+192+53=455 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.15% from 455); Green value is 192 (75.39% from 255 or 42.20% from 455); Blue value is 53 (21.09% from 255 or 11.65% from 455); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C035 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2C035 is #2D3FCA. Grayscale: #B6B6B6. Windows color (decimal): -2965451 or 3522770. OLE color: 3522770.
HSL color Cylindrical-coordinate representation of color #D2C035: hue angle of 53.12º 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 #D2C035 is Cyan = 0, Magento = 0.09, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 192 | 53 | - |
| CMYK | 0 | 0.09 | 0.75 | 0.18 |
| HSL | 53.12º | 0.64% | 0.52% | - |
| HSV(B) | 53.12º | 0.75% | 0.82% | - |
| XYZ | 46.07 | 51.66 | 10.91 | - |
| YUV | 181.54 | 55.46 | 148.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 192 | 53 | 0 | 0.09 | 0.75 | 0.18 | 53.12 | 0.64 | 0.52 |
| Hex | D2 | C0 | 35 | 0 | 9 | 4B | 12 | 35 | 40 | 34 |
| Octal | 322 | 300 | 65 | 0 | 11 | 113 | 22 | 65 | 100 | 64 |
| Binary | 11010010 | 11000000 | 110101 | 0 | 1001 | 1001011 | 10010 | 110101 | 1000000 | 110100 |
Color Harmonies of #D2C035
Complementary color
Monochromatic Colors of #D2C035
Black with #D2C035
Text Example
Text Example
White with #D2C035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C035; }
p { color: rgb(210,192,53); }
H1.HeaderClassName
{
color: #D2C035;
}
.AnyTagClassName
{
color: #D2C035;
}
</style>
background-color css
<style>
a { background-color: #D2C035; }
a { background-color: rgb(210,192,53); }
div.DivClassName
{
background-color: #D2C035;
}
.BgClassName
{
background-color: #D2C035;
}
</style>
border-color css
<style>
span { border-color: #D2C035; }
span { border-color: rgb(210,192,53); }
td.TdClassName
{
border-color: #D2C035;
}
.TagClassName
{
border-color: #D2C035;
}
</style>