Shades of Wattle #D5C835
Tints of Wattle #D5C835
RGB
CMYK
RGB Variations
Color information
#D5C835 (or 0xD5C835) is known color: Wattle. HEX triplet: D5, C8 and 35. RGB value is (213,200,53). Sum of RGB (Red+Green+Blue) = 213+200+53=466 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.71% from 466); Green value is 200 (78.52% from 255 or 42.92% from 466); Blue value is 53 (21.09% from 255 or 11.37% from 466); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C835 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5C835 is #2A37CA. Grayscale: #BBBBBB. Windows color (decimal): -2766795 or 3524821. OLE color: 3524821.
HSL color Cylindrical-coordinate representation of color #D5C835: hue angle of 55.12º 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 #D5C835 is Cyan = 0, Magento = 0.06, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 200 | 53 | - |
| CMYK | 0 | 0.06 | 0.75 | 0.16 |
| HSL | 55.13º | 0.66% | 0.52% | - |
| HSV(B) | 55.13º | 0.75% | 0.84% | - |
| XYZ | 48.74 | 55.71 | 11.55 | - |
| YUV | 187.13 | 52.31 | 146.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 200 | 53 | 0 | 0.06 | 0.75 | 0.16 | 55.13 | 0.66 | 0.52 |
| Hex | D5 | C8 | 35 | 0 | 6 | 4B | 10 | 37 | 42 | 34 |
| Octal | 325 | 310 | 65 | 0 | 6 | 113 | 20 | 67 | 102 | 64 |
| Binary | 11010101 | 11001000 | 110101 | 0 | 110 | 1001011 | 10000 | 110111 | 1000010 | 110100 |
Color Harmonies of #D5C835
Complementary color
Monochromatic Colors of #D5C835
Black with #D5C835
Text Example
Text Example
White with #D5C835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C835; }
p { color: rgb(213,200,53); }
H1.HeaderClassName
{
color: #D5C835;
}
.AnyTagClassName
{
color: #D5C835;
}
</style>
background-color css
<style>
a { background-color: #D5C835; }
a { background-color: rgb(213,200,53); }
div.DivClassName
{
background-color: #D5C835;
}
.BgClassName
{
background-color: #D5C835;
}
</style>
border-color css
<style>
span { border-color: #D5C835; }
span { border-color: rgb(213,200,53); }
td.TdClassName
{
border-color: #D5C835;
}
.TagClassName
{
border-color: #D5C835;
}
</style>