Shades of Wattle #D6C93D
Tints of Wattle #D6C93D
RGB
CMYK
RGB Variations
Color information
#D6C93D (or 0xD6C93D) is known color: Wattle. HEX triplet: D6, C9 and 3D. RGB value is (214,201,61). Sum of RGB (Red+Green+Blue) = 214+201+61=476 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.96% from 476); Green value is 201 (78.91% from 255 or 42.23% from 476); Blue value is 61 (24.22% from 255 or 12.82% from 476); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C93D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C93D is #2936C2. Grayscale: #BDBDBD. Windows color (decimal): -2700995 or 4049366. OLE color: 4049366.
HSL color Cylindrical-coordinate representation of color #D6C93D: hue angle of 54.9º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D6C93D is Cyan = 0, Magento = 0.06, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 201 | 61 | - |
| CMYK | 0 | 0.06 | 0.71 | 0.16 |
| HSL | 54.9º | 0.65% | 0.54% | - |
| HSV(B) | 54.9º | 0.71% | 0.84% | - |
| XYZ | 49.46 | 56.41 | 12.7 | - |
| YUV | 188.93 | 55.81 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 201 | 61 | 0 | 0.06 | 0.71 | 0.16 | 54.9 | 0.65 | 0.54 |
| Hex | D6 | C9 | 3D | 0 | 6 | 47 | 10 | 37 | 41 | 36 |
| Octal | 326 | 311 | 75 | 0 | 6 | 107 | 20 | 67 | 101 | 66 |
| Binary | 11010110 | 11001001 | 111101 | 0 | 110 | 1000111 | 10000 | 110111 | 1000001 | 110110 |
Color Harmonies of #D6C93D
Complementary color
Monochromatic Colors of #D6C93D
Black with #D6C93D
Text Example
Text Example
White with #D6C93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C93D; }
p { color: rgb(214,201,61); }
H1.HeaderClassName
{
color: #D6C93D;
}
.AnyTagClassName
{
color: #D6C93D;
}
</style>
background-color css
<style>
a { background-color: #D6C93D; }
a { background-color: rgb(214,201,61); }
div.DivClassName
{
background-color: #D6C93D;
}
.BgClassName
{
background-color: #D6C93D;
}
</style>
border-color css
<style>
span { border-color: #D6C93D; }
span { border-color: rgb(214,201,61); }
td.TdClassName
{
border-color: #D6C93D;
}
.TagClassName
{
border-color: #D6C93D;
}
</style>