Shades of Wattle #D2C835
Tints of Wattle #D2C835
RGB
CMYK
RGB Variations
Color information
#D2C835 (or 0xD2C835) is known color: Wattle. HEX triplet: D2, C8 and 35. RGB value is (210,200,53). Sum of RGB (Red+Green+Blue) = 210+200+53=463 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.36% from 463); Green value is 200 (78.52% from 255 or 43.20% from 463); Blue value is 53 (21.09% from 255 or 11.45% from 463); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C835 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2C835 is #2D37CA. Grayscale: #BABABA. Windows color (decimal): -2963403 or 3524818. OLE color: 3524818.
HSL color Cylindrical-coordinate representation of color #D2C835: hue angle of 56.18º 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 #D2C835 is Cyan = 0, Magento = 0.05, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 200 | 53 | - |
| CMYK | 0 | 0.05 | 0.75 | 0.18 |
| HSL | 56.18º | 0.64% | 0.52% | - |
| HSV(B) | 56.18º | 0.75% | 0.82% | - |
| XYZ | 47.88 | 55.27 | 11.51 | - |
| YUV | 186.23 | 52.81 | 144.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 200 | 53 | 0 | 0.05 | 0.75 | 0.18 | 56.18 | 0.64 | 0.52 |
| Hex | D2 | C8 | 35 | 0 | 5 | 4B | 12 | 38 | 40 | 34 |
| Octal | 322 | 310 | 65 | 0 | 5 | 113 | 22 | 70 | 100 | 64 |
| Binary | 11010010 | 11001000 | 110101 | 0 | 101 | 1001011 | 10010 | 111000 | 1000000 | 110100 |
Color Harmonies of #D2C835
Complementary color
Monochromatic Colors of #D2C835
Black with #D2C835
Text Example
Text Example
White with #D2C835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C835; }
p { color: rgb(210,200,53); }
H1.HeaderClassName
{
color: #D2C835;
}
.AnyTagClassName
{
color: #D2C835;
}
</style>
background-color css
<style>
a { background-color: #D2C835; }
a { background-color: rgb(210,200,53); }
div.DivClassName
{
background-color: #D2C835;
}
.BgClassName
{
background-color: #D2C835;
}
</style>
border-color css
<style>
span { border-color: #D2C835; }
span { border-color: rgb(210,200,53); }
td.TdClassName
{
border-color: #D2C835;
}
.TagClassName
{
border-color: #D2C835;
}
</style>