Shades of Wattle #D5C132
Tints of Wattle #D5C132
RGB
CMYK
RGB Variations
Color information
#D5C132 (or 0xD5C132) is known color: Wattle. HEX triplet: D5, C1 and 32. RGB value is (213,193,50). Sum of RGB (Red+Green+Blue) = 213+193+50=456 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.71% from 456); Green value is 193 (75.78% from 255 or 42.32% from 456); Blue value is 50 (19.92% from 255 or 10.96% from 456); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C132 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5C132 is #2A3ECD. Grayscale: #B7B7B7. Windows color (decimal): -2768590 or 3326421. OLE color: 3326421.
HSL color Cylindrical-coordinate representation of color #D5C132: hue angle of 52.64º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D5C132 is Cyan = 0, Magento = 0.09, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 193 | 50 | - |
| CMYK | 0 | 0.09 | 0.77 | 0.16 |
| HSL | 52.64º | 0.66% | 0.52% | - |
| HSV(B) | 52.64º | 0.77% | 0.84% | - |
| XYZ | 47.09 | 52.52 | 10.67 | - |
| YUV | 182.68 | 53.13 | 149.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 193 | 50 | 0 | 0.09 | 0.77 | 0.16 | 52.64 | 0.66 | 0.52 |
| Hex | D5 | C1 | 32 | 0 | 9 | 4D | 10 | 35 | 42 | 34 |
| Octal | 325 | 301 | 62 | 0 | 11 | 115 | 20 | 65 | 102 | 64 |
| Binary | 11010101 | 11000001 | 110010 | 0 | 1001 | 1001101 | 10000 | 110101 | 1000010 | 110100 |
Color Harmonies of #D5C132
Complementary color
Monochromatic Colors of #D5C132
Black with #D5C132
Text Example
Text Example
White with #D5C132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C132; }
p { color: rgb(213,193,50); }
H1.HeaderClassName
{
color: #D5C132;
}
.AnyTagClassName
{
color: #D5C132;
}
</style>
background-color css
<style>
a { background-color: #D5C132; }
a { background-color: rgb(213,193,50); }
div.DivClassName
{
background-color: #D5C132;
}
.BgClassName
{
background-color: #D5C132;
}
</style>
border-color css
<style>
span { border-color: #D5C132; }
span { border-color: rgb(213,193,50); }
td.TdClassName
{
border-color: #D5C132;
}
.TagClassName
{
border-color: #D5C132;
}
</style>