Shades of Wattle #D6CE44
Tints of Wattle #D6CE44
RGB
CMYK
RGB Variations
Color information
#D6CE44 (or 0xD6CE44) is known color: Wattle. HEX triplet: D6, CE and 44. RGB value is (214,206,68). Sum of RGB (Red+Green+Blue) = 214+206+68=488 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.85% from 488); Green value is 206 (80.86% from 255 or 42.21% from 488); Blue value is 68 (26.95% from 255 or 13.93% from 488); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CE44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6CE44 is #2931BB. Grayscale: #C1C1C1. Windows color (decimal): -2699708 or 4509398. OLE color: 4509398.
HSL color Cylindrical-coordinate representation of color #D6CE44: hue angle of 56.71º degrees, saturation: 0.64, 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 #D6CE44 is Cyan = 0, Magento = 0.04, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 206 | 68 | - |
| CMYK | 0 | 0.04 | 0.68 | 0.16 |
| HSL | 56.71º | 0.64% | 0.55% | - |
| HSV(B) | 56.71º | 0.68% | 0.84% | - |
| XYZ | 50.85 | 58.86 | 14.15 | - |
| YUV | 192.66 | 57.65 | 143.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 206 | 68 | 0 | 0.04 | 0.68 | 0.16 | 56.71 | 0.64 | 0.55 |
| Hex | D6 | CE | 44 | 0 | 4 | 44 | 10 | 39 | 40 | 37 |
| Octal | 326 | 316 | 104 | 0 | 4 | 104 | 20 | 71 | 100 | 67 |
| Binary | 11010110 | 11001110 | 1000100 | 0 | 100 | 1000100 | 10000 | 111001 | 1000000 | 110111 |
Color Harmonies of #D6CE44
Complementary color
Monochromatic Colors of #D6CE44
Black with #D6CE44
Text Example
Text Example
White with #D6CE44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CE44; }
p { color: rgb(214,206,68); }
H1.HeaderClassName
{
color: #D6CE44;
}
.AnyTagClassName
{
color: #D6CE44;
}
</style>
background-color css
<style>
a { background-color: #D6CE44; }
a { background-color: rgb(214,206,68); }
div.DivClassName
{
background-color: #D6CE44;
}
.BgClassName
{
background-color: #D6CE44;
}
</style>
border-color css
<style>
span { border-color: #D6CE44; }
span { border-color: rgb(214,206,68); }
td.TdClassName
{
border-color: #D6CE44;
}
.TagClassName
{
border-color: #D6CE44;
}
</style>