Shades of Wattle #D5D545
Tints of Wattle #D5D545
RGB
CMYK
RGB Variations
Color information
#D5D545 (or 0xD5D545) is known color: Wattle. HEX triplet: D5, D5 and 45. RGB value is (213,213,69). Sum of RGB (Red+Green+Blue) = 213+213+69=495 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.03% from 495); Green value is 213 (83.59% from 255 or 43.03% from 495); Blue value is 69 (27.34% from 255 or 13.94% from 495); Max value from RGB is 213 - color contains mainly: red, green. Hex color #D5D545 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5D545 is #2A2ABA. Grayscale: #C5C5C5. Windows color (decimal): -2763451 or 4576725. OLE color: 4576725.
HSL color Cylindrical-coordinate representation of color #D5D545: hue angle of 60º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D5D545 is Cyan = 0, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 213 | 69 | - |
| CMYK | 0 | 0 | 0.68 | 0.16 |
| HSL | 60º | 0.63% | 0.55% | - |
| HSV(B) | 60º | 0.68% | 0.84% | - |
| XYZ | 52.31 | 62.16 | 14.87 | - |
| YUV | 196.58 | 56 | 139.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 213 | 69 | 0 | 0 | 0.68 | 0.16 | 60 | 0.63 | 0.55 |
| Hex | D5 | D5 | 45 | 0 | 0 | 44 | 10 | 3C | 3F | 37 |
| Octal | 325 | 325 | 105 | 0 | 0 | 104 | 20 | 74 | 77 | 67 |
| Binary | 11010101 | 11010101 | 1000101 | 0 | 0 | 1000100 | 10000 | 111100 | 111111 | 110111 |
Color Harmonies of #D5D545
Complementary color
Monochromatic Colors of #D5D545
Black with #D5D545
Text Example
Text Example
White with #D5D545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D545; }
p { color: rgb(213,213,69); }
H1.HeaderClassName
{
color: #D5D545;
}
.AnyTagClassName
{
color: #D5D545;
}
</style>
background-color css
<style>
a { background-color: #D5D545; }
a { background-color: rgb(213,213,69); }
div.DivClassName
{
background-color: #D5D545;
}
.BgClassName
{
background-color: #D5D545;
}
</style>
border-color css
<style>
span { border-color: #D5D545; }
span { border-color: rgb(213,213,69); }
td.TdClassName
{
border-color: #D5D545;
}
.TagClassName
{
border-color: #D5D545;
}
</style>