Shades of Wattle #D6C931
Tints of Wattle #D6C931
RGB
CMYK
RGB Variations
Color information
#D6C931 (or 0xD6C931) is known color: Wattle. HEX triplet: D6, C9 and 31. RGB value is (214,201,49). Sum of RGB (Red+Green+Blue) = 214+201+49=464 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.12% from 464); Green value is 201 (78.91% from 255 or 43.32% from 464); Blue value is 49 (19.53% from 255 or 10.56% from 464); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C931 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C931 is #2936CE. Grayscale: #BCBCBC. Windows color (decimal): -2701007 or 3262934. OLE color: 3262934.
HSL color Cylindrical-coordinate representation of color #D6C931: hue angle of 55.27º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D6C931 is Cyan = 0, Magento = 0.06, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 201 | 49 | - |
| CMYK | 0 | 0.06 | 0.77 | 0.16 |
| HSL | 55.27º | 0.67% | 0.52% | - |
| HSV(B) | 55.27º | 0.77% | 0.84% | - |
| XYZ | 49.17 | 56.29 | 11.18 | - |
| YUV | 187.56 | 49.81 | 146.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 201 | 49 | 0 | 0.06 | 0.77 | 0.16 | 55.27 | 0.67 | 0.52 |
| Hex | D6 | C9 | 31 | 0 | 6 | 4D | 10 | 37 | 43 | 34 |
| Octal | 326 | 311 | 61 | 0 | 6 | 115 | 20 | 67 | 103 | 64 |
| Binary | 11010110 | 11001001 | 110001 | 0 | 110 | 1001101 | 10000 | 110111 | 1000011 | 110100 |
Color Harmonies of #D6C931
Complementary color
Monochromatic Colors of #D6C931
Black with #D6C931
Text Example
Text Example
White with #D6C931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C931; }
p { color: rgb(214,201,49); }
H1.HeaderClassName
{
color: #D6C931;
}
.AnyTagClassName
{
color: #D6C931;
}
</style>
background-color css
<style>
a { background-color: #D6C931; }
a { background-color: rgb(214,201,49); }
div.DivClassName
{
background-color: #D6C931;
}
.BgClassName
{
background-color: #D6C931;
}
</style>
border-color css
<style>
span { border-color: #D6C931; }
span { border-color: rgb(214,201,49); }
td.TdClassName
{
border-color: #D6C931;
}
.TagClassName
{
border-color: #D6C931;
}
</style>