Shades of Wattle #D6C738
Tints of Wattle #D6C738
RGB
CMYK
RGB Variations
Color information
#D6C738 (or 0xD6C738) is known color: Wattle. HEX triplet: D6, C7 and 38. RGB value is (214,199,56). Sum of RGB (Red+Green+Blue) = 214+199+56=469 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.63% from 469); Green value is 199 (78.12% from 255 or 42.43% from 469); Blue value is 56 (22.27% from 255 or 11.94% from 469); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C738 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C738 is #2938C7. Grayscale: #BBBBBB. Windows color (decimal): -2701512 or 3721174. OLE color: 3721174.
HSL color Cylindrical-coordinate representation of color #D6C738: hue angle of 54.3º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D6C738 is Cyan = 0, Magento = 0.07, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 199 | 56 | - |
| CMYK | 0 | 0.07 | 0.74 | 0.16 |
| HSL | 54.3º | 0.66% | 0.53% | - |
| HSV(B) | 54.3º | 0.74% | 0.84% | - |
| XYZ | 48.87 | 55.43 | 11.86 | - |
| YUV | 187.18 | 53.97 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 199 | 56 | 0 | 0.07 | 0.74 | 0.16 | 54.3 | 0.66 | 0.53 |
| Hex | D6 | C7 | 38 | 0 | 7 | 4A | 10 | 36 | 42 | 35 |
| Octal | 326 | 307 | 70 | 0 | 7 | 112 | 20 | 66 | 102 | 65 |
| Binary | 11010110 | 11000111 | 111000 | 0 | 111 | 1001010 | 10000 | 110110 | 1000010 | 110101 |
Color Harmonies of #D6C738
Complementary color
Monochromatic Colors of #D6C738
Black with #D6C738
Text Example
Text Example
White with #D6C738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C738; }
p { color: rgb(214,199,56); }
H1.HeaderClassName
{
color: #D6C738;
}
.AnyTagClassName
{
color: #D6C738;
}
</style>
background-color css
<style>
a { background-color: #D6C738; }
a { background-color: rgb(214,199,56); }
div.DivClassName
{
background-color: #D6C738;
}
.BgClassName
{
background-color: #D6C738;
}
</style>
border-color css
<style>
span { border-color: #D6C738; }
span { border-color: rgb(214,199,56); }
td.TdClassName
{
border-color: #D6C738;
}
.TagClassName
{
border-color: #D6C738;
}
</style>