Shades of Wattle #D6CF31
Tints of Wattle #D6CF31
RGB
CMYK
RGB Variations
Color information
#D6CF31 (or 0xD6CF31) is known color: Wattle. HEX triplet: D6, CF and 31. RGB value is (214,207,49). Sum of RGB (Red+Green+Blue) = 214+207+49=470 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.53% from 470); Green value is 207 (81.25% from 255 or 44.04% from 470); Blue value is 49 (19.53% from 255 or 10.43% from 470); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CF31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6CF31 is #2930CE. Grayscale: #BFBFBF. Windows color (decimal): -2699471 or 3264470. OLE color: 3264470.
HSL color Cylindrical-coordinate representation of color #D6CF31: hue angle of 57.45º 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 #D6CF31 is Cyan = 0, Magento = 0.03, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 207 | 49 | - |
| CMYK | 0 | 0.03 | 0.77 | 0.16 |
| HSL | 57.45º | 0.67% | 0.52% | - |
| HSV(B) | 57.45º | 0.77% | 0.84% | - |
| XYZ | 50.6 | 59.14 | 11.65 | - |
| YUV | 191.08 | 47.82 | 144.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 207 | 49 | 0 | 0.03 | 0.77 | 0.16 | 57.45 | 0.67 | 0.52 |
| Hex | D6 | CF | 31 | 0 | 3 | 4D | 10 | 39 | 43 | 34 |
| Octal | 326 | 317 | 61 | 0 | 3 | 115 | 20 | 71 | 103 | 64 |
| Binary | 11010110 | 11001111 | 110001 | 0 | 11 | 1001101 | 10000 | 111001 | 1000011 | 110100 |
Color Harmonies of #D6CF31
Complementary color
Monochromatic Colors of #D6CF31
Black with #D6CF31
Text Example
Text Example
White with #D6CF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CF31; }
p { color: rgb(214,207,49); }
H1.HeaderClassName
{
color: #D6CF31;
}
.AnyTagClassName
{
color: #D6CF31;
}
</style>
background-color css
<style>
a { background-color: #D6CF31; }
a { background-color: rgb(214,207,49); }
div.DivClassName
{
background-color: #D6CF31;
}
.BgClassName
{
background-color: #D6CF31;
}
</style>
border-color css
<style>
span { border-color: #D6CF31; }
span { border-color: rgb(214,207,49); }
td.TdClassName
{
border-color: #D6CF31;
}
.TagClassName
{
border-color: #D6CF31;
}
</style>