Shades of Wattle #D6CF39
Tints of Wattle #D6CF39
RGB
CMYK
RGB Variations
Color information
#D6CF39 (or 0xD6CF39) is known color: Wattle. HEX triplet: D6, CF and 39. RGB value is (214,207,57). Sum of RGB (Red+Green+Blue) = 214+207+57=478 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.77% from 478); Green value is 207 (81.25% from 255 or 43.31% from 478); Blue value is 57 (22.66% from 255 or 11.92% from 478); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CF39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6CF39 is #2930C6. Grayscale: #C0C0C0. Windows color (decimal): -2699463 or 3788758. OLE color: 3788758.
HSL color Cylindrical-coordinate representation of color #D6CF39: hue angle of 57.32º 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 #D6CF39 is Cyan = 0, Magento = 0.03, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 207 | 57 | - |
| CMYK | 0 | 0.03 | 0.73 | 0.16 |
| HSL | 57.32º | 0.66% | 0.53% | - |
| HSV(B) | 57.32º | 0.73% | 0.84% | - |
| XYZ | 50.78 | 59.22 | 12.62 | - |
| YUV | 191.99 | 51.82 | 143.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 207 | 57 | 0 | 0.03 | 0.73 | 0.16 | 57.32 | 0.66 | 0.53 |
| Hex | D6 | CF | 39 | 0 | 3 | 49 | 10 | 39 | 42 | 35 |
| Octal | 326 | 317 | 71 | 0 | 3 | 111 | 20 | 71 | 102 | 65 |
| Binary | 11010110 | 11001111 | 111001 | 0 | 11 | 1001001 | 10000 | 111001 | 1000010 | 110101 |
Color Harmonies of #D6CF39
Complementary color
Monochromatic Colors of #D6CF39
Black with #D6CF39
Text Example
Text Example
White with #D6CF39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CF39; }
p { color: rgb(214,207,57); }
H1.HeaderClassName
{
color: #D6CF39;
}
.AnyTagClassName
{
color: #D6CF39;
}
</style>
background-color css
<style>
a { background-color: #D6CF39; }
a { background-color: rgb(214,207,57); }
div.DivClassName
{
background-color: #D6CF39;
}
.BgClassName
{
background-color: #D6CF39;
}
</style>
border-color css
<style>
span { border-color: #D6CF39; }
span { border-color: rgb(214,207,57); }
td.TdClassName
{
border-color: #D6CF39;
}
.TagClassName
{
border-color: #D6CF39;
}
</style>