Shades of Wattle #D1C33A
Tints of Wattle #D1C33A
RGB
CMYK
RGB Variations
Color information
#D1C33A (or 0xD1C33A) is known color: Wattle. HEX triplet: D1, C3 and 3A. RGB value is (209,195,58). Sum of RGB (Red+Green+Blue) = 209+195+58=462 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.24% from 462); Green value is 195 (76.56% from 255 or 42.21% from 462); Blue value is 58 (23.05% from 255 or 12.55% from 462); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C33A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1C33A is #2E3CC5. Grayscale: #B8B8B8. Windows color (decimal): -3030214 or 3851217. OLE color: 3851217.
HSL color Cylindrical-coordinate representation of color #D1C33A: hue angle of 54.44º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D1C33A is Cyan = 0, Magento = 0.07, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 195 | 58 | - |
| CMYK | 0 | 0.07 | 0.72 | 0.18 |
| HSL | 54.44º | 0.62% | 0.52% | - |
| HSV(B) | 54.44º | 0.72% | 0.82% | - |
| XYZ | 46.57 | 52.89 | 11.76 | - |
| YUV | 183.57 | 57.14 | 146.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 195 | 58 | 0 | 0.07 | 0.72 | 0.18 | 54.44 | 0.62 | 0.52 |
| Hex | D1 | C3 | 3A | 0 | 7 | 48 | 12 | 36 | 3E | 34 |
| Octal | 321 | 303 | 72 | 0 | 7 | 110 | 22 | 66 | 76 | 64 |
| Binary | 11010001 | 11000011 | 111010 | 0 | 111 | 1001000 | 10010 | 110110 | 111110 | 110100 |
Color Harmonies of #D1C33A
Complementary color
Monochromatic Colors of #D1C33A
Black with #D1C33A
Text Example
Text Example
White with #D1C33A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C33A; }
p { color: rgb(209,195,58); }
H1.HeaderClassName
{
color: #D1C33A;
}
.AnyTagClassName
{
color: #D1C33A;
}
</style>
background-color css
<style>
a { background-color: #D1C33A; }
a { background-color: rgb(209,195,58); }
div.DivClassName
{
background-color: #D1C33A;
}
.BgClassName
{
background-color: #D1C33A;
}
</style>
border-color css
<style>
span { border-color: #D1C33A; }
span { border-color: rgb(209,195,58); }
td.TdClassName
{
border-color: #D1C33A;
}
.TagClassName
{
border-color: #D1C33A;
}
</style>