Shades of Wattle #D1C834
Tints of Wattle #D1C834
RGB
CMYK
RGB Variations
Color information
#D1C834 (or 0xD1C834) is known color: Wattle. HEX triplet: D1, C8 and 34. RGB value is (209,200,52). Sum of RGB (Red+Green+Blue) = 209+200+52=461 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.34% from 461); Green value is 200 (78.52% from 255 or 43.38% from 461); Blue value is 52 (20.70% from 255 or 11.28% from 461); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C834 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1C834 is #2E37CB. Grayscale: #BABABA. Windows color (decimal): -3028940 or 3459281. OLE color: 3459281.
HSL color Cylindrical-coordinate representation of color #D1C834: hue angle of 56.56º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D1C834 is Cyan = 0, Magento = 0.04, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 200 | 52 | - |
| CMYK | 0 | 0.04 | 0.75 | 0.18 |
| HSL | 56.56º | 0.63% | 0.51% | - |
| HSV(B) | 56.56º | 0.75% | 0.82% | - |
| XYZ | 47.57 | 55.11 | 11.38 | - |
| YUV | 185.82 | 52.48 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 200 | 52 | 0 | 0.04 | 0.75 | 0.18 | 56.56 | 0.63 | 0.51 |
| Hex | D1 | C8 | 34 | 0 | 4 | 4B | 12 | 39 | 3F | 33 |
| Octal | 321 | 310 | 64 | 0 | 4 | 113 | 22 | 71 | 77 | 63 |
| Binary | 11010001 | 11001000 | 110100 | 0 | 100 | 1001011 | 10010 | 111001 | 111111 | 110011 |
Color Harmonies of #D1C834
Complementary color
Monochromatic Colors of #D1C834
Black with #D1C834
Text Example
Text Example
White with #D1C834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C834; }
p { color: rgb(209,200,52); }
H1.HeaderClassName
{
color: #D1C834;
}
.AnyTagClassName
{
color: #D1C834;
}
</style>
background-color css
<style>
a { background-color: #D1C834; }
a { background-color: rgb(209,200,52); }
div.DivClassName
{
background-color: #D1C834;
}
.BgClassName
{
background-color: #D1C834;
}
</style>
border-color css
<style>
span { border-color: #D1C834; }
span { border-color: rgb(209,200,52); }
td.TdClassName
{
border-color: #D1C834;
}
.TagClassName
{
border-color: #D1C834;
}
</style>