Shades of Wattle #D5CE37
Tints of Wattle #D5CE37
RGB
CMYK
RGB Variations
Color information
#D5CE37 (or 0xD5CE37) is known color: Wattle. HEX triplet: D5, CE and 37. RGB value is (213,206,55). Sum of RGB (Red+Green+Blue) = 213+206+55=474 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.94% from 474); Green value is 206 (80.86% from 255 or 43.46% from 474); Blue value is 55 (21.88% from 255 or 11.60% from 474); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CE37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5CE37 is #2A31C8. Grayscale: #BFBFBF. Windows color (decimal): -2765257 or 3657429. OLE color: 3657429.
HSL color Cylindrical-coordinate representation of color #D5CE37: hue angle of 57.34º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D5CE37 is Cyan = 0, Magento = 0.03, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 206 | 55 | - |
| CMYK | 0 | 0.03 | 0.74 | 0.16 |
| HSL | 57.34º | 0.65% | 0.53% | - |
| HSV(B) | 57.34º | 0.74% | 0.84% | - |
| XYZ | 50.2 | 58.56 | 12.27 | - |
| YUV | 190.88 | 51.32 | 143.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 206 | 55 | 0 | 0.03 | 0.74 | 0.16 | 57.34 | 0.65 | 0.53 |
| Hex | D5 | CE | 37 | 0 | 3 | 4A | 10 | 39 | 41 | 35 |
| Octal | 325 | 316 | 67 | 0 | 3 | 112 | 20 | 71 | 101 | 65 |
| Binary | 11010101 | 11001110 | 110111 | 0 | 11 | 1001010 | 10000 | 111001 | 1000001 | 110101 |
Color Harmonies of #D5CE37
Complementary color
Monochromatic Colors of #D5CE37
Black with #D5CE37
Text Example
Text Example
White with #D5CE37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CE37; }
p { color: rgb(213,206,55); }
H1.HeaderClassName
{
color: #D5CE37;
}
.AnyTagClassName
{
color: #D5CE37;
}
</style>
background-color css
<style>
a { background-color: #D5CE37; }
a { background-color: rgb(213,206,55); }
div.DivClassName
{
background-color: #D5CE37;
}
.BgClassName
{
background-color: #D5CE37;
}
</style>
border-color css
<style>
span { border-color: #D5CE37; }
span { border-color: rgb(213,206,55); }
td.TdClassName
{
border-color: #D5CE37;
}
.TagClassName
{
border-color: #D5CE37;
}
</style>