Shades of Wattle #D5D13C
Tints of Wattle #D5D13C
RGB
CMYK
RGB Variations
Color information
#D5D13C (or 0xD5D13C) is known color: Wattle. HEX triplet: D5, D1 and 3C. RGB value is (213,209,60). Sum of RGB (Red+Green+Blue) = 213+209+60=482 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.19% from 482); Green value is 209 (82.03% from 255 or 43.36% from 482); Blue value is 60 (23.83% from 255 or 12.45% from 482); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D13C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5D13C is #2A2EC3. Grayscale: #C1C1C1. Windows color (decimal): -2764484 or 3985877. OLE color: 3985877.
HSL color Cylindrical-coordinate representation of color #D5D13C: hue angle of 58.43º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D5D13C is Cyan = 0, Magento = 0.02, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 209 | 60 | - |
| CMYK | 0 | 0.02 | 0.72 | 0.16 |
| HSL | 58.43º | 0.65% | 0.54% | - |
| HSV(B) | 58.43º | 0.72% | 0.84% | - |
| XYZ | 51.06 | 60.07 | 13.18 | - |
| YUV | 193.21 | 52.83 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 209 | 60 | 0 | 0.02 | 0.72 | 0.16 | 58.43 | 0.65 | 0.54 |
| Hex | D5 | D1 | 3C | 0 | 2 | 48 | 10 | 3A | 41 | 36 |
| Octal | 325 | 321 | 74 | 0 | 2 | 110 | 20 | 72 | 101 | 66 |
| Binary | 11010101 | 11010001 | 111100 | 0 | 10 | 1001000 | 10000 | 111010 | 1000001 | 110110 |
Color Harmonies of #D5D13C
Complementary color
Monochromatic Colors of #D5D13C
Black with #D5D13C
Text Example
Text Example
White with #D5D13C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D13C; }
p { color: rgb(213,209,60); }
H1.HeaderClassName
{
color: #D5D13C;
}
.AnyTagClassName
{
color: #D5D13C;
}
</style>
background-color css
<style>
a { background-color: #D5D13C; }
a { background-color: rgb(213,209,60); }
div.DivClassName
{
background-color: #D5D13C;
}
.BgClassName
{
background-color: #D5D13C;
}
</style>
border-color css
<style>
span { border-color: #D5D13C; }
span { border-color: rgb(213,209,60); }
td.TdClassName
{
border-color: #D5D13C;
}
.TagClassName
{
border-color: #D5D13C;
}
</style>