Shades of Wattle #D6CA38
Tints of Wattle #D6CA38
RGB
CMYK
RGB Variations
Color information
#D6CA38 (or 0xD6CA38) is known color: Wattle. HEX triplet: D6, CA and 38. RGB value is (214,202,56). Sum of RGB (Red+Green+Blue) = 214+202+56=472 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.34% from 472); Green value is 202 (79.30% from 255 or 42.80% from 472); Blue value is 56 (22.27% from 255 or 11.86% from 472); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CA38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6CA38 is #2935C7. Grayscale: #BDBDBD. Windows color (decimal): -2700744 or 3721942. OLE color: 3721942.
HSL color Cylindrical-coordinate representation of color #D6CA38: hue angle of 55.44º 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 #D6CA38 is Cyan = 0, Magento = 0.06, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 202 | 56 | - |
| CMYK | 0 | 0.06 | 0.74 | 0.16 |
| HSL | 55.44º | 0.66% | 0.53% | - |
| HSV(B) | 55.44º | 0.74% | 0.84% | - |
| XYZ | 49.57 | 56.82 | 12.1 | - |
| YUV | 188.94 | 52.98 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 202 | 56 | 0 | 0.06 | 0.74 | 0.16 | 55.44 | 0.66 | 0.53 |
| Hex | D6 | CA | 38 | 0 | 6 | 4A | 10 | 37 | 42 | 35 |
| Octal | 326 | 312 | 70 | 0 | 6 | 112 | 20 | 67 | 102 | 65 |
| Binary | 11010110 | 11001010 | 111000 | 0 | 110 | 1001010 | 10000 | 110111 | 1000010 | 110101 |
Color Harmonies of #D6CA38
Complementary color
Monochromatic Colors of #D6CA38
Black with #D6CA38
Text Example
Text Example
White with #D6CA38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CA38; }
p { color: rgb(214,202,56); }
H1.HeaderClassName
{
color: #D6CA38;
}
.AnyTagClassName
{
color: #D6CA38;
}
</style>
background-color css
<style>
a { background-color: #D6CA38; }
a { background-color: rgb(214,202,56); }
div.DivClassName
{
background-color: #D6CA38;
}
.BgClassName
{
background-color: #D6CA38;
}
</style>
border-color css
<style>
span { border-color: #D6CA38; }
span { border-color: rgb(214,202,56); }
td.TdClassName
{
border-color: #D6CA38;
}
.TagClassName
{
border-color: #D6CA38;
}
</style>