Shades of Wattle #D6CE39
Tints of Wattle #D6CE39
RGB
CMYK
RGB Variations
Color information
#D6CE39 (or 0xD6CE39) is known color: Wattle. HEX triplet: D6, CE and 39. RGB value is (214,206,57). Sum of RGB (Red+Green+Blue) = 214+206+57=477 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.86% from 477); Green value is 206 (80.86% from 255 or 43.19% from 477); Blue value is 57 (22.66% from 255 or 11.95% from 477); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CE39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6CE39 is #2931C6. Grayscale: #C0C0C0. Windows color (decimal): -2699719 or 3788502. OLE color: 3788502.
HSL color Cylindrical-coordinate representation of color #D6CE39: hue angle of 56.94º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D6CE39 is Cyan = 0, Magento = 0.04, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 206 | 57 | - |
| CMYK | 0 | 0.04 | 0.73 | 0.16 |
| HSL | 56.94º | 0.66% | 0.53% | - |
| HSV(B) | 56.94º | 0.73% | 0.84% | - |
| XYZ | 50.54 | 58.73 | 12.54 | - |
| YUV | 191.41 | 52.15 | 144.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 206 | 57 | 0 | 0.04 | 0.73 | 0.16 | 56.94 | 0.66 | 0.53 |
| Hex | D6 | CE | 39 | 0 | 4 | 49 | 10 | 39 | 42 | 35 |
| Octal | 326 | 316 | 71 | 0 | 4 | 111 | 20 | 71 | 102 | 65 |
| Binary | 11010110 | 11001110 | 111001 | 0 | 100 | 1001001 | 10000 | 111001 | 1000010 | 110101 |
Color Harmonies of #D6CE39
Complementary color
Monochromatic Colors of #D6CE39
Black with #D6CE39
Text Example
Text Example
White with #D6CE39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CE39; }
p { color: rgb(214,206,57); }
H1.HeaderClassName
{
color: #D6CE39;
}
.AnyTagClassName
{
color: #D6CE39;
}
</style>
background-color css
<style>
a { background-color: #D6CE39; }
a { background-color: rgb(214,206,57); }
div.DivClassName
{
background-color: #D6CE39;
}
.BgClassName
{
background-color: #D6CE39;
}
</style>
border-color css
<style>
span { border-color: #D6CE39; }
span { border-color: rgb(214,206,57); }
td.TdClassName
{
border-color: #D6CE39;
}
.TagClassName
{
border-color: #D6CE39;
}
</style>