Shades of Wattle #D1C23C
Tints of Wattle #D1C23C
RGB
CMYK
RGB Variations
Color information
#D1C23C (or 0xD1C23C) is known color: Wattle. HEX triplet: D1, C2 and 3C. RGB value is (209,194,60). Sum of RGB (Red+Green+Blue) = 209+194+60=463 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.14% from 463); Green value is 194 (76.17% from 255 or 41.90% from 463); Blue value is 60 (23.83% from 255 or 12.96% from 463); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C23C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1C23C is #2E3DC3. Grayscale: #B7B7B7. Windows color (decimal): -3030468 or 3982033. OLE color: 3982033.
HSL color Cylindrical-coordinate representation of color #D1C23C: hue angle of 53.96º 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 #D1C23C is Cyan = 0, Magento = 0.07, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 194 | 60 | - |
| CMYK | 0 | 0.07 | 0.71 | 0.18 |
| HSL | 53.96º | 0.62% | 0.53% | - |
| HSV(B) | 53.96º | 0.71% | 0.82% | - |
| XYZ | 46.4 | 52.47 | 11.96 | - |
| YUV | 183.21 | 58.47 | 146.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 194 | 60 | 0 | 0.07 | 0.71 | 0.18 | 53.96 | 0.62 | 0.53 |
| Hex | D1 | C2 | 3C | 0 | 7 | 47 | 12 | 36 | 3E | 35 |
| Octal | 321 | 302 | 74 | 0 | 7 | 107 | 22 | 66 | 76 | 65 |
| Binary | 11010001 | 11000010 | 111100 | 0 | 111 | 1000111 | 10010 | 110110 | 111110 | 110101 |
Color Harmonies of #D1C23C
Complementary color
Monochromatic Colors of #D1C23C
Black with #D1C23C
Text Example
Text Example
White with #D1C23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C23C; }
p { color: rgb(209,194,60); }
H1.HeaderClassName
{
color: #D1C23C;
}
.AnyTagClassName
{
color: #D1C23C;
}
</style>
background-color css
<style>
a { background-color: #D1C23C; }
a { background-color: rgb(209,194,60); }
div.DivClassName
{
background-color: #D1C23C;
}
.BgClassName
{
background-color: #D1C23C;
}
</style>
border-color css
<style>
span { border-color: #D1C23C; }
span { border-color: rgb(209,194,60); }
td.TdClassName
{
border-color: #D1C23C;
}
.TagClassName
{
border-color: #D1C23C;
}
</style>