Shades of Wattle #D1C832
Tints of Wattle #D1C832
RGB
CMYK
RGB Variations
Color information
#D1C832 (or 0xD1C832) is known color: Wattle. HEX triplet: D1, C8 and 32. RGB value is (209,200,50). Sum of RGB (Red+Green+Blue) = 209+200+50=459 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.53% from 459); Green value is 200 (78.52% from 255 or 43.57% from 459); Blue value is 50 (19.92% from 255 or 10.89% from 459); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C832 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1C832 is #2E37CD. Grayscale: #BABABA. Windows color (decimal): -3028942 or 3328209. OLE color: 3328209.
HSL color Cylindrical-coordinate representation of color #D1C832: hue angle of 56.6º degrees, saturation: 0.63, 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 #D1C832 is Cyan = 0, Magento = 0.04, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 200 | 50 | - |
| CMYK | 0 | 0.04 | 0.76 | 0.18 |
| HSL | 56.6º | 0.63% | 0.51% | - |
| HSV(B) | 56.6º | 0.76% | 0.82% | - |
| XYZ | 47.52 | 55.09 | 11.15 | - |
| YUV | 185.59 | 51.48 | 144.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 200 | 50 | 0 | 0.04 | 0.76 | 0.18 | 56.6 | 0.63 | 0.51 |
| Hex | D1 | C8 | 32 | 0 | 4 | 4C | 12 | 39 | 3F | 33 |
| Octal | 321 | 310 | 62 | 0 | 4 | 114 | 22 | 71 | 77 | 63 |
| Binary | 11010001 | 11001000 | 110010 | 0 | 100 | 1001100 | 10010 | 111001 | 111111 | 110011 |
Color Harmonies of #D1C832
Complementary color
Monochromatic Colors of #D1C832
Black with #D1C832
Text Example
Text Example
White with #D1C832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C832; }
p { color: rgb(209,200,50); }
H1.HeaderClassName
{
color: #D1C832;
}
.AnyTagClassName
{
color: #D1C832;
}
</style>
background-color css
<style>
a { background-color: #D1C832; }
a { background-color: rgb(209,200,50); }
div.DivClassName
{
background-color: #D1C832;
}
.BgClassName
{
background-color: #D1C832;
}
</style>
border-color css
<style>
span { border-color: #D1C832; }
span { border-color: rgb(209,200,50); }
td.TdClassName
{
border-color: #D1C832;
}
.TagClassName
{
border-color: #D1C832;
}
</style>