Shades of Wattle #D5C535
Tints of Wattle #D5C535
RGB
CMYK
RGB Variations
Color information
#D5C535 (or 0xD5C535) is known color: Wattle. HEX triplet: D5, C5 and 35. RGB value is (213,197,53). Sum of RGB (Red+Green+Blue) = 213+197+53=463 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.00% from 463); Green value is 197 (77.34% from 255 or 42.55% from 463); Blue value is 53 (21.09% from 255 or 11.45% from 463); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C535 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5C535 is #2A3ACA. Grayscale: #B9B9B9. Windows color (decimal): -2767563 or 3524053. OLE color: 3524053.
HSL color Cylindrical-coordinate representation of color #D5C535: hue angle of 54º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D5C535 is Cyan = 0, Magento = 0.08, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 197 | 53 | - |
| CMYK | 0 | 0.08 | 0.75 | 0.16 |
| HSL | 54º | 0.66% | 0.52% | - |
| HSV(B) | 54º | 0.75% | 0.84% | - |
| XYZ | 48.05 | 54.34 | 11.32 | - |
| YUV | 185.37 | 53.3 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 197 | 53 | 0 | 0.08 | 0.75 | 0.16 | 54 | 0.66 | 0.52 |
| Hex | D5 | C5 | 35 | 0 | 8 | 4B | 10 | 36 | 42 | 34 |
| Octal | 325 | 305 | 65 | 0 | 10 | 113 | 20 | 66 | 102 | 64 |
| Binary | 11010101 | 11000101 | 110101 | 0 | 1000 | 1001011 | 10000 | 110110 | 1000010 | 110100 |
Color Harmonies of #D5C535
Complementary color
Monochromatic Colors of #D5C535
Black with #D5C535
Text Example
Text Example
White with #D5C535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C535; }
p { color: rgb(213,197,53); }
H1.HeaderClassName
{
color: #D5C535;
}
.AnyTagClassName
{
color: #D5C535;
}
</style>
background-color css
<style>
a { background-color: #D5C535; }
a { background-color: rgb(213,197,53); }
div.DivClassName
{
background-color: #D5C535;
}
.BgClassName
{
background-color: #D5C535;
}
</style>
border-color css
<style>
span { border-color: #D5C535; }
span { border-color: rgb(213,197,53); }
td.TdClassName
{
border-color: #D5C535;
}
.TagClassName
{
border-color: #D5C535;
}
</style>