Shades of Wattle #D2C735
Tints of Wattle #D2C735
RGB
CMYK
RGB Variations
Color information
#D2C735 (or 0xD2C735) is known color: Wattle. HEX triplet: D2, C7 and 35. RGB value is (210,199,53). Sum of RGB (Red+Green+Blue) = 210+199+53=462 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.45% from 462); Green value is 199 (78.12% from 255 or 43.07% from 462); Blue value is 53 (21.09% from 255 or 11.47% from 462); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C735 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2C735 is #2D38CA. Grayscale: #BABABA. Windows color (decimal): -2963659 or 3524562. OLE color: 3524562.
HSL color Cylindrical-coordinate representation of color #D2C735: hue angle of 55.8º 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 #D2C735 is Cyan = 0, Magento = 0.05, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 199 | 53 | - |
| CMYK | 0 | 0.05 | 0.75 | 0.18 |
| HSL | 55.8º | 0.64% | 0.52% | - |
| HSV(B) | 55.8º | 0.75% | 0.82% | - |
| XYZ | 47.64 | 54.81 | 11.44 | - |
| YUV | 185.65 | 53.14 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 199 | 53 | 0 | 0.05 | 0.75 | 0.18 | 55.8 | 0.64 | 0.52 |
| Hex | D2 | C7 | 35 | 0 | 5 | 4B | 12 | 38 | 40 | 34 |
| Octal | 322 | 307 | 65 | 0 | 5 | 113 | 22 | 70 | 100 | 64 |
| Binary | 11010010 | 11000111 | 110101 | 0 | 101 | 1001011 | 10010 | 111000 | 1000000 | 110100 |
Color Harmonies of #D2C735
Complementary color
Monochromatic Colors of #D2C735
Black with #D2C735
Text Example
Text Example
White with #D2C735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C735; }
p { color: rgb(210,199,53); }
H1.HeaderClassName
{
color: #D2C735;
}
.AnyTagClassName
{
color: #D2C735;
}
</style>
background-color css
<style>
a { background-color: #D2C735; }
a { background-color: rgb(210,199,53); }
div.DivClassName
{
background-color: #D2C735;
}
.BgClassName
{
background-color: #D2C735;
}
</style>
border-color css
<style>
span { border-color: #D2C735; }
span { border-color: rgb(210,199,53); }
td.TdClassName
{
border-color: #D2C735;
}
.TagClassName
{
border-color: #D2C735;
}
</style>