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