Shades of Wattle #D2C646
Tints of Wattle #D2C646
RGB
CMYK
RGB Variations
Color information
#D2C646 (or 0xD2C646) is known color: Wattle. HEX triplet: D2, C6 and 46. RGB value is (210,198,70). Sum of RGB (Red+Green+Blue) = 210+198+70=478 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.93% from 478); Green value is 198 (77.73% from 255 or 41.42% from 478); Blue value is 70 (27.73% from 255 or 14.64% from 478); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C646 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2C646 is #2D39B9. Grayscale: #BBBBBB. Windows color (decimal): -2963898 or 4638418. OLE color: 4638418.
HSL color Cylindrical-coordinate representation of color #D2C646: hue angle of 54.86º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D2C646 is Cyan = 0, Magento = 0.06, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 198 | 70 | - |
| CMYK | 0 | 0.06 | 0.67 | 0.18 |
| HSL | 54.86º | 0.61% | 0.55% | - |
| HSV(B) | 54.86º | 0.67% | 0.82% | - |
| XYZ | 47.88 | 54.53 | 13.8 | - |
| YUV | 187 | 61.98 | 144.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 198 | 70 | 0 | 0.06 | 0.67 | 0.18 | 54.86 | 0.61 | 0.55 |
| Hex | D2 | C6 | 46 | 0 | 6 | 43 | 12 | 37 | 3D | 37 |
| Octal | 322 | 306 | 106 | 0 | 6 | 103 | 22 | 67 | 75 | 67 |
| Binary | 11010010 | 11000110 | 1000110 | 0 | 110 | 1000011 | 10010 | 110111 | 111101 | 110111 |
Color Harmonies of #D2C646
Complementary color
Monochromatic Colors of #D2C646
Black with #D2C646
Text Example
Text Example
White with #D2C646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C646; }
p { color: rgb(210,198,70); }
H1.HeaderClassName
{
color: #D2C646;
}
.AnyTagClassName
{
color: #D2C646;
}
</style>
background-color css
<style>
a { background-color: #D2C646; }
a { background-color: rgb(210,198,70); }
div.DivClassName
{
background-color: #D2C646;
}
.BgClassName
{
background-color: #D2C646;
}
</style>
border-color css
<style>
span { border-color: #D2C646; }
span { border-color: rgb(210,198,70); }
td.TdClassName
{
border-color: #D2C646;
}
.TagClassName
{
border-color: #D2C646;
}
</style>