Shades of Wattle #D2C632
Tints of Wattle #D2C632
RGB
CMYK
RGB Variations
Color information
#D2C632 (or 0xD2C632) is known color: Wattle. HEX triplet: D2, C6 and 32. RGB value is (210,198,50). Sum of RGB (Red+Green+Blue) = 210+198+50=458 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.85% from 458); Green value is 198 (77.73% from 255 or 43.23% from 458); Blue value is 50 (19.92% from 255 or 10.92% from 458); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C632 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2C632 is #2D39CD. Grayscale: #B9B9B9. Windows color (decimal): -2963918 or 3327698. OLE color: 3327698.
HSL color Cylindrical-coordinate representation of color #D2C632: hue angle of 55.5º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D2C632 is Cyan = 0, Magento = 0.06, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 198 | 50 | - |
| CMYK | 0 | 0.06 | 0.76 | 0.18 |
| HSL | 55.5º | 0.64% | 0.51% | - |
| HSV(B) | 55.5º | 0.76% | 0.82% | - |
| XYZ | 47.35 | 54.32 | 11.01 | - |
| YUV | 184.72 | 51.98 | 146.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 198 | 50 | 0 | 0.06 | 0.76 | 0.18 | 55.5 | 0.64 | 0.51 |
| Hex | D2 | C6 | 32 | 0 | 6 | 4C | 12 | 38 | 40 | 33 |
| Octal | 322 | 306 | 62 | 0 | 6 | 114 | 22 | 70 | 100 | 63 |
| Binary | 11010010 | 11000110 | 110010 | 0 | 110 | 1001100 | 10010 | 111000 | 1000000 | 110011 |
Color Harmonies of #D2C632
Complementary color
Monochromatic Colors of #D2C632
Black with #D2C632
Text Example
Text Example
White with #D2C632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C632; }
p { color: rgb(210,198,50); }
H1.HeaderClassName
{
color: #D2C632;
}
.AnyTagClassName
{
color: #D2C632;
}
</style>
background-color css
<style>
a { background-color: #D2C632; }
a { background-color: rgb(210,198,50); }
div.DivClassName
{
background-color: #D2C632;
}
.BgClassName
{
background-color: #D2C632;
}
</style>
border-color css
<style>
span { border-color: #D2C632; }
span { border-color: rgb(210,198,50); }
td.TdClassName
{
border-color: #D2C632;
}
.TagClassName
{
border-color: #D2C632;
}
</style>