Shades of Wattle #D5C645
Tints of Wattle #D5C645
RGB
CMYK
RGB Variations
Color information
#D5C645 (or 0xD5C645) is known color: Wattle. HEX triplet: D5, C6 and 45. RGB value is (213,198,69). Sum of RGB (Red+Green+Blue) = 213+198+69=480 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.38% from 480); Green value is 198 (77.73% from 255 or 41.25% from 480); Blue value is 69 (27.34% from 255 or 14.38% from 480); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C645 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5C645 is #2A39BA. Grayscale: #BCBCBC. Windows color (decimal): -2767291 or 4572885. OLE color: 4572885.
HSL color Cylindrical-coordinate representation of color #D5C645: hue angle of 53.75º 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 #D5C645 is Cyan = 0, Magento = 0.07, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 198 | 69 | - |
| CMYK | 0 | 0.07 | 0.68 | 0.16 |
| HSL | 53.75º | 0.63% | 0.55% | - |
| HSV(B) | 53.75º | 0.68% | 0.84% | - |
| XYZ | 48.71 | 54.96 | 13.67 | - |
| YUV | 187.78 | 60.97 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 198 | 69 | 0 | 0.07 | 0.68 | 0.16 | 53.75 | 0.63 | 0.55 |
| Hex | D5 | C6 | 45 | 0 | 7 | 44 | 10 | 36 | 3F | 37 |
| Octal | 325 | 306 | 105 | 0 | 7 | 104 | 20 | 66 | 77 | 67 |
| Binary | 11010101 | 11000110 | 1000101 | 0 | 111 | 1000100 | 10000 | 110110 | 111111 | 110111 |
Color Harmonies of #D5C645
Complementary color
Monochromatic Colors of #D5C645
Black with #D5C645
Text Example
Text Example
White with #D5C645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C645; }
p { color: rgb(213,198,69); }
H1.HeaderClassName
{
color: #D5C645;
}
.AnyTagClassName
{
color: #D5C645;
}
</style>
background-color css
<style>
a { background-color: #D5C645; }
a { background-color: rgb(213,198,69); }
div.DivClassName
{
background-color: #D5C645;
}
.BgClassName
{
background-color: #D5C645;
}
</style>
border-color css
<style>
span { border-color: #D5C645; }
span { border-color: rgb(213,198,69); }
td.TdClassName
{
border-color: #D5C645;
}
.TagClassName
{
border-color: #D5C645;
}
</style>