Shades of Wattle #D1C23E
Tints of Wattle #D1C23E
RGB
CMYK
RGB Variations
Color information
#D1C23E (or 0xD1C23E) is known color: Wattle. HEX triplet: D1, C2 and 3E. RGB value is (209,194,62). Sum of RGB (Red+Green+Blue) = 209+194+62=465 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.95% from 465); Green value is 194 (76.17% from 255 or 41.72% from 465); Blue value is 62 (24.61% from 255 or 13.33% from 465); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C23E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1C23E is #2E3DC1. Grayscale: #B7B7B7. Windows color (decimal): -3030466 or 4113105. OLE color: 4113105.
HSL color Cylindrical-coordinate representation of color #D1C23E: hue angle of 53.88º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D1C23E is Cyan = 0, Magento = 0.07, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 194 | 62 | - |
| CMYK | 0 | 0.07 | 0.70 | 0.18 |
| HSL | 53.88º | 0.62% | 0.53% | - |
| HSV(B) | 53.88º | 0.7% | 0.82% | - |
| XYZ | 46.46 | 52.49 | 12.24 | - |
| YUV | 183.44 | 59.47 | 146.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 194 | 62 | 0 | 0.07 | 0.70 | 0.18 | 53.88 | 0.62 | 0.53 |
| Hex | D1 | C2 | 3E | 0 | 7 | 46 | 12 | 36 | 3E | 35 |
| Octal | 321 | 302 | 76 | 0 | 7 | 106 | 22 | 66 | 76 | 65 |
| Binary | 11010001 | 11000010 | 111110 | 0 | 111 | 1000110 | 10010 | 110110 | 111110 | 110101 |
Color Harmonies of #D1C23E
Complementary color
Monochromatic Colors of #D1C23E
Black with #D1C23E
Text Example
Text Example
White with #D1C23E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C23E; }
p { color: rgb(209,194,62); }
H1.HeaderClassName
{
color: #D1C23E;
}
.AnyTagClassName
{
color: #D1C23E;
}
</style>
background-color css
<style>
a { background-color: #D1C23E; }
a { background-color: rgb(209,194,62); }
div.DivClassName
{
background-color: #D1C23E;
}
.BgClassName
{
background-color: #D1C23E;
}
</style>
border-color css
<style>
span { border-color: #D1C23E; }
span { border-color: rgb(209,194,62); }
td.TdClassName
{
border-color: #D1C23E;
}
.TagClassName
{
border-color: #D1C23E;
}
</style>