Shades of Wattle #D2C640
Tints of Wattle #D2C640
RGB
CMYK
RGB Variations
Color information
#D2C640 (or 0xD2C640) is known color: Wattle. HEX triplet: D2, C6 and 40. RGB value is (210,198,64). Sum of RGB (Red+Green+Blue) = 210+198+64=472 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.49% from 472); Green value is 198 (77.73% from 255 or 41.95% from 472); Blue value is 64 (25.39% from 255 or 13.56% from 472); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C640 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2C640 is #2D39BF. Grayscale: #BABABA. Windows color (decimal): -2963904 or 4245202. OLE color: 4245202.
HSL color Cylindrical-coordinate representation of color #D2C640: hue angle of 55.07º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D2C640 is Cyan = 0, Magento = 0.06, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 198 | 64 | - |
| CMYK | 0 | 0.06 | 0.70 | 0.18 |
| HSL | 55.07º | 0.62% | 0.54% | - |
| HSV(B) | 55.07º | 0.7% | 0.82% | - |
| XYZ | 47.7 | 54.46 | 12.85 | - |
| YUV | 186.31 | 58.98 | 144.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 198 | 64 | 0 | 0.06 | 0.70 | 0.18 | 55.07 | 0.62 | 0.54 |
| Hex | D2 | C6 | 40 | 0 | 6 | 46 | 12 | 37 | 3E | 36 |
| Octal | 322 | 306 | 100 | 0 | 6 | 106 | 22 | 67 | 76 | 66 |
| Binary | 11010010 | 11000110 | 1000000 | 0 | 110 | 1000110 | 10010 | 110111 | 111110 | 110110 |
Color Harmonies of #D2C640
Complementary color
Monochromatic Colors of #D2C640
Black with #D2C640
Text Example
Text Example
White with #D2C640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C640; }
p { color: rgb(210,198,64); }
H1.HeaderClassName
{
color: #D2C640;
}
.AnyTagClassName
{
color: #D2C640;
}
</style>
background-color css
<style>
a { background-color: #D2C640; }
a { background-color: rgb(210,198,64); }
div.DivClassName
{
background-color: #D2C640;
}
.BgClassName
{
background-color: #D2C640;
}
</style>
border-color css
<style>
span { border-color: #D2C640; }
span { border-color: rgb(210,198,64); }
td.TdClassName
{
border-color: #D2C640;
}
.TagClassName
{
border-color: #D2C640;
}
</style>