Shades of Wattle #D1C13D
Tints of Wattle #D1C13D
RGB
CMYK
RGB Variations
Color information
#D1C13D (or 0xD1C13D) is known color: Wattle. HEX triplet: D1, C1 and 3D. RGB value is (209,193,61). Sum of RGB (Red+Green+Blue) = 209+193+61=463 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.14% from 463); Green value is 193 (75.78% from 255 or 41.68% from 463); Blue value is 61 (24.22% from 255 or 13.17% from 463); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C13D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1C13D is #2E3EC2. Grayscale: #B7B7B7. Windows color (decimal): -3030723 or 4047313. OLE color: 4047313.
HSL color Cylindrical-coordinate representation of color #D1C13D: hue angle of 53.51º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D1C13D is Cyan = 0, Magento = 0.08, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 193 | 61 | - |
| CMYK | 0 | 0.08 | 0.71 | 0.18 |
| HSL | 53.51º | 0.62% | 0.53% | - |
| HSV(B) | 53.51º | 0.71% | 0.82% | - |
| XYZ | 46.21 | 52.03 | 12.02 | - |
| YUV | 182.74 | 59.3 | 146.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 193 | 61 | 0 | 0.08 | 0.71 | 0.18 | 53.51 | 0.62 | 0.53 |
| Hex | D1 | C1 | 3D | 0 | 8 | 47 | 12 | 36 | 3E | 35 |
| Octal | 321 | 301 | 75 | 0 | 10 | 107 | 22 | 66 | 76 | 65 |
| Binary | 11010001 | 11000001 | 111101 | 0 | 1000 | 1000111 | 10010 | 110110 | 111110 | 110101 |
Color Harmonies of #D1C13D
Complementary color
Monochromatic Colors of #D1C13D
Black with #D1C13D
Text Example
Text Example
White with #D1C13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C13D; }
p { color: rgb(209,193,61); }
H1.HeaderClassName
{
color: #D1C13D;
}
.AnyTagClassName
{
color: #D1C13D;
}
</style>
background-color css
<style>
a { background-color: #D1C13D; }
a { background-color: rgb(209,193,61); }
div.DivClassName
{
background-color: #D1C13D;
}
.BgClassName
{
background-color: #D1C13D;
}
</style>
border-color css
<style>
span { border-color: #D1C13D; }
span { border-color: rgb(209,193,61); }
td.TdClassName
{
border-color: #D1C13D;
}
.TagClassName
{
border-color: #D1C13D;
}
</style>