Shades of Wattle #D1C143
Tints of Wattle #D1C143
RGB
CMYK
RGB Variations
Color information
#D1C143 (or 0xD1C143) is known color: Wattle. HEX triplet: D1, C1 and 43. RGB value is (209,193,67). Sum of RGB (Red+Green+Blue) = 209+193+67=469 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.56% from 469); Green value is 193 (75.78% from 255 or 41.15% from 469); Blue value is 67 (26.56% from 255 or 14.29% from 469); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C143 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1C143 is #2E3EBC. Grayscale: #B7B7B7. Windows color (decimal): -3030717 or 4440529. OLE color: 4440529.
HSL color Cylindrical-coordinate representation of color #D1C143: hue angle of 53.24º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D1C143 is Cyan = 0, Magento = 0.08, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 193 | 67 | - |
| CMYK | 0 | 0.08 | 0.68 | 0.18 |
| HSL | 53.24º | 0.61% | 0.54% | - |
| HSV(B) | 53.24º | 0.68% | 0.82% | - |
| XYZ | 46.38 | 52.1 | 12.92 | - |
| YUV | 183.42 | 62.3 | 146.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 193 | 67 | 0 | 0.08 | 0.68 | 0.18 | 53.24 | 0.61 | 0.54 |
| Hex | D1 | C1 | 43 | 0 | 8 | 44 | 12 | 35 | 3D | 36 |
| Octal | 321 | 301 | 103 | 0 | 10 | 104 | 22 | 65 | 75 | 66 |
| Binary | 11010001 | 11000001 | 1000011 | 0 | 1000 | 1000100 | 10010 | 110101 | 111101 | 110110 |
Color Harmonies of #D1C143
Complementary color
Monochromatic Colors of #D1C143
Black with #D1C143
Text Example
Text Example
White with #D1C143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C143; }
p { color: rgb(209,193,67); }
H1.HeaderClassName
{
color: #D1C143;
}
.AnyTagClassName
{
color: #D1C143;
}
</style>
background-color css
<style>
a { background-color: #D1C143; }
a { background-color: rgb(209,193,67); }
div.DivClassName
{
background-color: #D1C143;
}
.BgClassName
{
background-color: #D1C143;
}
</style>
border-color css
<style>
span { border-color: #D1C143; }
span { border-color: rgb(209,193,67); }
td.TdClassName
{
border-color: #D1C143;
}
.TagClassName
{
border-color: #D1C143;
}
</style>