Shades of Wattle #D5D643
Tints of Wattle #D5D643
RGB
CMYK
RGB Variations
Color information
#D5D643 (or 0xD5D643) is known color: Wattle. HEX triplet: D5, D6 and 43. RGB value is (213,214,67). Sum of RGB (Red+Green+Blue) = 213+214+67=494 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.12% from 494); Green value is 214 (83.98% from 255 or 43.32% from 494); Blue value is 67 (26.56% from 255 or 13.56% from 494); Max value from RGB is 214 - color contains mainly: green. Hex color #D5D643 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5D643 is #2A29BC. Grayscale: #C5C5C5. Windows color (decimal): -2763197 or 4445909. OLE color: 4445909.
HSL color Cylindrical-coordinate representation of color #D5D643: hue angle of 60.41º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D5D643 is Cyan = 0.00, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 214 | 67 | - |
| CMYK | 0.00 | 0 | 0.69 | 0.16 |
| HSL | 60.41º | 0.64% | 0.55% | - |
| HSV(B) | 60.41º | 0.69% | 0.84% | - |
| XYZ | 52.5 | 62.64 | 14.63 | - |
| YUV | 196.94 | 54.67 | 139.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 214 | 67 | 0.00 | 0 | 0.69 | 0.16 | 60.41 | 0.64 | 0.55 |
| Hex | D5 | D6 | 43 | 0 | 0 | 45 | 10 | 3C | 40 | 37 |
| Octal | 325 | 326 | 103 | 0 | 0 | 105 | 20 | 74 | 100 | 67 |
| Binary | 11010101 | 11010110 | 1000011 | 0 | 0 | 1000101 | 10000 | 111100 | 1000000 | 110111 |
Color Harmonies of #D5D643
Complementary color
Monochromatic Colors of #D5D643
Black with #D5D643
Text Example
Text Example
White with #D5D643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D643; }
p { color: rgb(213,214,67); }
H1.HeaderClassName
{
color: #D5D643;
}
.AnyTagClassName
{
color: #D5D643;
}
</style>
background-color css
<style>
a { background-color: #D5D643; }
a { background-color: rgb(213,214,67); }
div.DivClassName
{
background-color: #D5D643;
}
.BgClassName
{
background-color: #D5D643;
}
</style>
border-color css
<style>
span { border-color: #D5D643; }
span { border-color: rgb(213,214,67); }
td.TdClassName
{
border-color: #D5D643;
}
.TagClassName
{
border-color: #D5D643;
}
</style>