Shades of Wattle #D1C641
Tints of Wattle #D1C641
RGB
CMYK
RGB Variations
Color information
#D1C641 (or 0xD1C641) is known color: Wattle. HEX triplet: D1, C6 and 41. RGB value is (209,198,65). Sum of RGB (Red+Green+Blue) = 209+198+65=472 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.28% from 472); Green value is 198 (77.73% from 255 or 41.95% from 472); Blue value is 65 (25.78% from 255 or 13.77% from 472); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C641 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1C641 is #2E39BE. Grayscale: #BABABA. Windows color (decimal): -3029439 or 4310737. OLE color: 4310737.
HSL color Cylindrical-coordinate representation of color #D1C641: hue angle of 55.42º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D1C641 is Cyan = 0, Magento = 0.05, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 198 | 65 | - |
| CMYK | 0 | 0.05 | 0.69 | 0.18 |
| HSL | 55.42º | 0.61% | 0.54% | - |
| HSV(B) | 55.42º | 0.69% | 0.82% | - |
| XYZ | 47.44 | 54.33 | 12.99 | - |
| YUV | 186.13 | 59.64 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 198 | 65 | 0 | 0.05 | 0.69 | 0.18 | 55.42 | 0.61 | 0.54 |
| Hex | D1 | C6 | 41 | 0 | 5 | 45 | 12 | 37 | 3D | 36 |
| Octal | 321 | 306 | 101 | 0 | 5 | 105 | 22 | 67 | 75 | 66 |
| Binary | 11010001 | 11000110 | 1000001 | 0 | 101 | 1000101 | 10010 | 110111 | 111101 | 110110 |
Color Harmonies of #D1C641
Complementary color
Monochromatic Colors of #D1C641
Black with #D1C641
Text Example
Text Example
White with #D1C641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C641; }
p { color: rgb(209,198,65); }
H1.HeaderClassName
{
color: #D1C641;
}
.AnyTagClassName
{
color: #D1C641;
}
</style>
background-color css
<style>
a { background-color: #D1C641; }
a { background-color: rgb(209,198,65); }
div.DivClassName
{
background-color: #D1C641;
}
.BgClassName
{
background-color: #D1C641;
}
</style>
border-color css
<style>
span { border-color: #D1C641; }
span { border-color: rgb(209,198,65); }
td.TdClassName
{
border-color: #D1C641;
}
.TagClassName
{
border-color: #D1C641;
}
</style>