Shades of Wattle #D6CC2E
Tints of Wattle #D6CC2E
RGB
CMYK
RGB Variations
Color information
#D6CC2E (or 0xD6CC2E) is known color: Wattle. HEX triplet: D6, CC and 2E. RGB value is (214,204,46). Sum of RGB (Red+Green+Blue) = 214+204+46=464 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.12% from 464); Green value is 204 (80.08% from 255 or 43.97% from 464); Blue value is 46 (18.36% from 255 or 9.91% from 464); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CC2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6CC2E is #2933D1. Grayscale: #BDBDBD. Windows color (decimal): -2700242 or 3067094. OLE color: 3067094.
HSL color Cylindrical-coordinate representation of color #D6CC2E: hue angle of 56.43º 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 #D6CC2E is Cyan = 0, Magento = 0.05, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 204 | 46 | - |
| CMYK | 0 | 0.05 | 0.79 | 0.16 |
| HSL | 56.43º | 0.67% | 0.51% | - |
| HSV(B) | 56.43º | 0.79% | 0.84% | - |
| XYZ | 49.82 | 57.68 | 11.09 | - |
| YUV | 188.98 | 47.31 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 204 | 46 | 0 | 0.05 | 0.79 | 0.16 | 56.43 | 0.67 | 0.51 |
| Hex | D6 | CC | 2E | 0 | 5 | 4F | 10 | 38 | 43 | 33 |
| Octal | 326 | 314 | 56 | 0 | 5 | 117 | 20 | 70 | 103 | 63 |
| Binary | 11010110 | 11001100 | 101110 | 0 | 101 | 1001111 | 10000 | 111000 | 1000011 | 110011 |
Color Harmonies of #D6CC2E
Complementary color
Monochromatic Colors of #D6CC2E
Black with #D6CC2E
Text Example
Text Example
White with #D6CC2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CC2E; }
p { color: rgb(214,204,46); }
H1.HeaderClassName
{
color: #D6CC2E;
}
.AnyTagClassName
{
color: #D6CC2E;
}
</style>
background-color css
<style>
a { background-color: #D6CC2E; }
a { background-color: rgb(214,204,46); }
div.DivClassName
{
background-color: #D6CC2E;
}
.BgClassName
{
background-color: #D6CC2E;
}
</style>
border-color css
<style>
span { border-color: #D6CC2E; }
span { border-color: rgb(214,204,46); }
td.TdClassName
{
border-color: #D6CC2E;
}
.TagClassName
{
border-color: #D6CC2E;
}
</style>