Shades of Wattle #D2C935
Tints of Wattle #D2C935
RGB
CMYK
RGB Variations
Color information
#D2C935 (or 0xD2C935) is known color: Wattle. HEX triplet: D2, C9 and 35. RGB value is (210,201,53). Sum of RGB (Red+Green+Blue) = 210+201+53=464 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.26% from 464); Green value is 201 (78.91% from 255 or 43.32% from 464); Blue value is 53 (21.09% from 255 or 11.42% from 464); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C935 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2C935 is #2D36CA. Grayscale: #BBBBBB. Windows color (decimal): -2963147 or 3525074. OLE color: 3525074.
HSL color Cylindrical-coordinate representation of color #D2C935: hue angle of 56.56º 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 #D2C935 is Cyan = 0, Magento = 0.04, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 201 | 53 | - |
| CMYK | 0 | 0.04 | 0.75 | 0.18 |
| HSL | 56.56º | 0.64% | 0.52% | - |
| HSV(B) | 56.56º | 0.75% | 0.82% | - |
| XYZ | 48.11 | 55.73 | 11.59 | - |
| YUV | 186.82 | 52.48 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 201 | 53 | 0 | 0.04 | 0.75 | 0.18 | 56.56 | 0.64 | 0.52 |
| Hex | D2 | C9 | 35 | 0 | 4 | 4B | 12 | 39 | 40 | 34 |
| Octal | 322 | 311 | 65 | 0 | 4 | 113 | 22 | 71 | 100 | 64 |
| Binary | 11010010 | 11001001 | 110101 | 0 | 100 | 1001011 | 10010 | 111001 | 1000000 | 110100 |
Color Harmonies of #D2C935
Complementary color
Monochromatic Colors of #D2C935
Black with #D2C935
Text Example
Text Example
White with #D2C935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C935; }
p { color: rgb(210,201,53); }
H1.HeaderClassName
{
color: #D2C935;
}
.AnyTagClassName
{
color: #D2C935;
}
</style>
background-color css
<style>
a { background-color: #D2C935; }
a { background-color: rgb(210,201,53); }
div.DivClassName
{
background-color: #D2C935;
}
.BgClassName
{
background-color: #D2C935;
}
</style>
border-color css
<style>
span { border-color: #D2C935; }
span { border-color: rgb(210,201,53); }
td.TdClassName
{
border-color: #D2C935;
}
.TagClassName
{
border-color: #D2C935;
}
</style>