Shades of Wattle #D6C93A
Tints of Wattle #D6C93A
RGB
CMYK
RGB Variations
Color information
#D6C93A (or 0xD6C93A) is known color: Wattle. HEX triplet: D6, C9 and 3A. RGB value is (214,201,58). Sum of RGB (Red+Green+Blue) = 214+201+58=473 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.24% from 473); Green value is 201 (78.91% from 255 or 42.49% from 473); Blue value is 58 (23.05% from 255 or 12.26% from 473); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C93A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C93A is #2936C5. Grayscale: #BDBDBD. Windows color (decimal): -2700998 or 3852758. OLE color: 3852758.
HSL color Cylindrical-coordinate representation of color #D6C93A: hue angle of 55º 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 #D6C93A is Cyan = 0, Magento = 0.06, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 201 | 58 | - |
| CMYK | 0 | 0.06 | 0.73 | 0.16 |
| HSL | 55º | 0.66% | 0.53% | - |
| HSV(B) | 55º | 0.73% | 0.84% | - |
| XYZ | 49.38 | 56.37 | 12.28 | - |
| YUV | 188.59 | 54.31 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 201 | 58 | 0 | 0.06 | 0.73 | 0.16 | 55 | 0.66 | 0.53 |
| Hex | D6 | C9 | 3A | 0 | 6 | 49 | 10 | 37 | 42 | 35 |
| Octal | 326 | 311 | 72 | 0 | 6 | 111 | 20 | 67 | 102 | 65 |
| Binary | 11010110 | 11001001 | 111010 | 0 | 110 | 1001001 | 10000 | 110111 | 1000010 | 110101 |
Color Harmonies of #D6C93A
Complementary color
Monochromatic Colors of #D6C93A
Black with #D6C93A
Text Example
Text Example
White with #D6C93A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C93A; }
p { color: rgb(214,201,58); }
H1.HeaderClassName
{
color: #D6C93A;
}
.AnyTagClassName
{
color: #D6C93A;
}
</style>
background-color css
<style>
a { background-color: #D6C93A; }
a { background-color: rgb(214,201,58); }
div.DivClassName
{
background-color: #D6C93A;
}
.BgClassName
{
background-color: #D6C93A;
}
</style>
border-color css
<style>
span { border-color: #D6C93A; }
span { border-color: rgb(214,201,58); }
td.TdClassName
{
border-color: #D6C93A;
}
.TagClassName
{
border-color: #D6C93A;
}
</style>