Shades of Wattle #D5C144
Tints of Wattle #D5C144
RGB
CMYK
RGB Variations
Color information
#D5C144 (or 0xD5C144) is known color: Wattle. HEX triplet: D5, C1 and 44. RGB value is (213,193,68). Sum of RGB (Red+Green+Blue) = 213+193+68=474 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.94% from 474); Green value is 193 (75.78% from 255 or 40.72% from 474); Blue value is 68 (26.95% from 255 or 14.35% from 474); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C144 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5C144 is #2A3EBB. Grayscale: #B9B9B9. Windows color (decimal): -2768572 or 4506069. OLE color: 4506069.
HSL color Cylindrical-coordinate representation of color #D5C144: hue angle of 51.72º 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 #D5C144 is Cyan = 0, Magento = 0.09, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 193 | 68 | - |
| CMYK | 0 | 0.09 | 0.68 | 0.16 |
| HSL | 51.72º | 0.63% | 0.55% | - |
| HSV(B) | 51.72º | 0.68% | 0.84% | - |
| XYZ | 47.55 | 52.7 | 13.14 | - |
| YUV | 184.73 | 62.13 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 193 | 68 | 0 | 0.09 | 0.68 | 0.16 | 51.72 | 0.63 | 0.55 |
| Hex | D5 | C1 | 44 | 0 | 9 | 44 | 10 | 34 | 3F | 37 |
| Octal | 325 | 301 | 104 | 0 | 11 | 104 | 20 | 64 | 77 | 67 |
| Binary | 11010101 | 11000001 | 1000100 | 0 | 1001 | 1000100 | 10000 | 110100 | 111111 | 110111 |
Color Harmonies of #D5C144
Complementary color
Monochromatic Colors of #D5C144
Black with #D5C144
Text Example
Text Example
White with #D5C144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C144; }
p { color: rgb(213,193,68); }
H1.HeaderClassName
{
color: #D5C144;
}
.AnyTagClassName
{
color: #D5C144;
}
</style>
background-color css
<style>
a { background-color: #D5C144; }
a { background-color: rgb(213,193,68); }
div.DivClassName
{
background-color: #D5C144;
}
.BgClassName
{
background-color: #D5C144;
}
</style>
border-color css
<style>
span { border-color: #D5C144; }
span { border-color: rgb(213,193,68); }
td.TdClassName
{
border-color: #D5C144;
}
.TagClassName
{
border-color: #D5C144;
}
</style>