Shades of Wattle #D6C838
Tints of Wattle #D6C838
RGB
CMYK
RGB Variations
Color information
#D6C838 (or 0xD6C838) is known color: Wattle. HEX triplet: D6, C8 and 38. RGB value is (214,200,56). Sum of RGB (Red+Green+Blue) = 214+200+56=470 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.53% from 470); Green value is 200 (78.52% from 255 or 42.55% from 470); Blue value is 56 (22.27% from 255 or 11.91% from 470); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C838 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C838 is #2937C7. Grayscale: #BCBCBC. Windows color (decimal): -2701256 or 3721430. OLE color: 3721430.
HSL color Cylindrical-coordinate representation of color #D6C838: hue angle of 54.68º 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 #D6C838 is Cyan = 0, Magento = 0.07, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 200 | 56 | - |
| CMYK | 0 | 0.07 | 0.74 | 0.16 |
| HSL | 54.68º | 0.66% | 0.53% | - |
| HSV(B) | 54.68º | 0.74% | 0.84% | - |
| XYZ | 49.1 | 55.89 | 11.94 | - |
| YUV | 187.77 | 53.64 | 146.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 200 | 56 | 0 | 0.07 | 0.74 | 0.16 | 54.68 | 0.66 | 0.53 |
| Hex | D6 | C8 | 38 | 0 | 7 | 4A | 10 | 37 | 42 | 35 |
| Octal | 326 | 310 | 70 | 0 | 7 | 112 | 20 | 67 | 102 | 65 |
| Binary | 11010110 | 11001000 | 111000 | 0 | 111 | 1001010 | 10000 | 110111 | 1000010 | 110101 |
Color Harmonies of #D6C838
Complementary color
Monochromatic Colors of #D6C838
Black with #D6C838
Text Example
Text Example
White with #D6C838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C838; }
p { color: rgb(214,200,56); }
H1.HeaderClassName
{
color: #D6C838;
}
.AnyTagClassName
{
color: #D6C838;
}
</style>
background-color css
<style>
a { background-color: #D6C838; }
a { background-color: rgb(214,200,56); }
div.DivClassName
{
background-color: #D6C838;
}
.BgClassName
{
background-color: #D6C838;
}
</style>
border-color css
<style>
span { border-color: #D6C838; }
span { border-color: rgb(214,200,56); }
td.TdClassName
{
border-color: #D6C838;
}
.TagClassName
{
border-color: #D6C838;
}
</style>