Shades of Wattle #D6CE2E
Tints of Wattle #D6CE2E
RGB
CMYK
RGB Variations
Color information
#D6CE2E (or 0xD6CE2E) is known color: Wattle. HEX triplet: D6, CE and 2E. RGB value is (214,206,46). Sum of RGB (Red+Green+Blue) = 214+206+46=466 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.92% from 466); Green value is 206 (80.86% from 255 or 44.21% from 466); Blue value is 46 (18.36% from 255 or 9.87% from 466); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CE2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6CE2E is #2931D1. Grayscale: #BEBEBE. Windows color (decimal): -2699730 or 3067606. OLE color: 3067606.
HSL color Cylindrical-coordinate representation of color #D6CE2E: hue angle of 57.14º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D6CE2E is Cyan = 0, Magento = 0.04, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 206 | 46 | - |
| CMYK | 0 | 0.04 | 0.79 | 0.16 |
| HSL | 57.14º | 0.67% | 0.51% | - |
| HSV(B) | 57.14º | 0.79% | 0.84% | - |
| XYZ | 50.3 | 58.64 | 11.25 | - |
| YUV | 190.15 | 46.65 | 145.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 206 | 46 | 0 | 0.04 | 0.79 | 0.16 | 57.14 | 0.67 | 0.51 |
| Hex | D6 | CE | 2E | 0 | 4 | 4F | 10 | 39 | 43 | 33 |
| Octal | 326 | 316 | 56 | 0 | 4 | 117 | 20 | 71 | 103 | 63 |
| Binary | 11010110 | 11001110 | 101110 | 0 | 100 | 1001111 | 10000 | 111001 | 1000011 | 110011 |
Color Harmonies of #D6CE2E
Complementary color
Monochromatic Colors of #D6CE2E
Black with #D6CE2E
Text Example
Text Example
White with #D6CE2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CE2E; }
p { color: rgb(214,206,46); }
H1.HeaderClassName
{
color: #D6CE2E;
}
.AnyTagClassName
{
color: #D6CE2E;
}
</style>
background-color css
<style>
a { background-color: #D6CE2E; }
a { background-color: rgb(214,206,46); }
div.DivClassName
{
background-color: #D6CE2E;
}
.BgClassName
{
background-color: #D6CE2E;
}
</style>
border-color css
<style>
span { border-color: #D6CE2E; }
span { border-color: rgb(214,206,46); }
td.TdClassName
{
border-color: #D6CE2E;
}
.TagClassName
{
border-color: #D6CE2E;
}
</style>