Shades of Wattle #D2C140
Tints of Wattle #D2C140
RGB
CMYK
RGB Variations
Color information
#D2C140 (or 0xD2C140) is known color: Wattle. HEX triplet: D2, C1 and 40. RGB value is (210,193,64). Sum of RGB (Red+Green+Blue) = 210+193+64=467 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.97% from 467); Green value is 193 (75.78% from 255 or 41.33% from 467); Blue value is 64 (25.39% from 255 or 13.70% from 467); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C140 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2C140 is #2D3EBF. Grayscale: #B7B7B7. Windows color (decimal): -2965184 or 4243922. OLE color: 4243922.
HSL color Cylindrical-coordinate representation of color #D2C140: hue angle of 53.01º 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 #D2C140 is Cyan = 0, Magento = 0.08, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 193 | 64 | - |
| CMYK | 0 | 0.08 | 0.70 | 0.18 |
| HSL | 53.01º | 0.62% | 0.54% | - |
| HSV(B) | 53.01º | 0.7% | 0.82% | - |
| XYZ | 46.57 | 52.21 | 12.47 | - |
| YUV | 183.38 | 60.63 | 146.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 193 | 64 | 0 | 0.08 | 0.70 | 0.18 | 53.01 | 0.62 | 0.54 |
| Hex | D2 | C1 | 40 | 0 | 8 | 46 | 12 | 35 | 3E | 36 |
| Octal | 322 | 301 | 100 | 0 | 10 | 106 | 22 | 65 | 76 | 66 |
| Binary | 11010010 | 11000001 | 1000000 | 0 | 1000 | 1000110 | 10010 | 110101 | 111110 | 110110 |
Color Harmonies of #D2C140
Complementary color
Monochromatic Colors of #D2C140
Black with #D2C140
Text Example
Text Example
White with #D2C140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C140; }
p { color: rgb(210,193,64); }
H1.HeaderClassName
{
color: #D2C140;
}
.AnyTagClassName
{
color: #D2C140;
}
</style>
background-color css
<style>
a { background-color: #D2C140; }
a { background-color: rgb(210,193,64); }
div.DivClassName
{
background-color: #D2C140;
}
.BgClassName
{
background-color: #D2C140;
}
</style>
border-color css
<style>
span { border-color: #D2C140; }
span { border-color: rgb(210,193,64); }
td.TdClassName
{
border-color: #D2C140;
}
.TagClassName
{
border-color: #D2C140;
}
</style>