Shades of Wattle #D5C93A
Tints of Wattle #D5C93A
RGB
CMYK
RGB Variations
Color information
#D5C93A (or 0xD5C93A) is known color: Wattle. HEX triplet: D5, C9 and 3A. RGB value is (213,201,58). Sum of RGB (Red+Green+Blue) = 213+201+58=472 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.13% from 472); Green value is 201 (78.91% from 255 or 42.58% from 472); Blue value is 58 (23.05% from 255 or 12.29% from 472); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C93A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5C93A is #2A36C5. Grayscale: #BCBCBC. Windows color (decimal): -2766534 or 3852757. OLE color: 3852757.
HSL color Cylindrical-coordinate representation of color #D5C93A: hue angle of 55.35º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D5C93A is Cyan = 0, Magento = 0.06, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 201 | 58 | - |
| CMYK | 0 | 0.06 | 0.73 | 0.16 |
| HSL | 55.35º | 0.65% | 0.53% | - |
| HSV(B) | 55.35º | 0.73% | 0.84% | - |
| XYZ | 49.09 | 56.22 | 12.27 | - |
| YUV | 188.29 | 54.48 | 145.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 201 | 58 | 0 | 0.06 | 0.73 | 0.16 | 55.35 | 0.65 | 0.53 |
| Hex | D5 | C9 | 3A | 0 | 6 | 49 | 10 | 37 | 41 | 35 |
| Octal | 325 | 311 | 72 | 0 | 6 | 111 | 20 | 67 | 101 | 65 |
| Binary | 11010101 | 11001001 | 111010 | 0 | 110 | 1001001 | 10000 | 110111 | 1000001 | 110101 |
Color Harmonies of #D5C93A
Complementary color
Monochromatic Colors of #D5C93A
Black with #D5C93A
Text Example
Text Example
White with #D5C93A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C93A; }
p { color: rgb(213,201,58); }
H1.HeaderClassName
{
color: #D5C93A;
}
.AnyTagClassName
{
color: #D5C93A;
}
</style>
background-color css
<style>
a { background-color: #D5C93A; }
a { background-color: rgb(213,201,58); }
div.DivClassName
{
background-color: #D5C93A;
}
.BgClassName
{
background-color: #D5C93A;
}
</style>
border-color css
<style>
span { border-color: #D5C93A; }
span { border-color: rgb(213,201,58); }
td.TdClassName
{
border-color: #D5C93A;
}
.TagClassName
{
border-color: #D5C93A;
}
</style>