Shades of Wattle #D1C33E
Tints of Wattle #D1C33E
RGB
CMYK
RGB Variations
Color information
#D1C33E (or 0xD1C33E) is known color: Wattle. HEX triplet: D1, C3 and 3E. RGB value is (209,195,62). Sum of RGB (Red+Green+Blue) = 209+195+62=466 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.85% from 466); Green value is 195 (76.56% from 255 or 41.85% from 466); Blue value is 62 (24.61% from 255 or 13.30% from 466); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C33E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1C33E is #2E3CC1. Grayscale: #B8B8B8. Windows color (decimal): -3030210 or 4113361. OLE color: 4113361.
HSL color Cylindrical-coordinate representation of color #D1C33E: hue angle of 54.29º 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 #D1C33E is Cyan = 0, Magento = 0.07, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 195 | 62 | - |
| CMYK | 0 | 0.07 | 0.70 | 0.18 |
| HSL | 54.29º | 0.62% | 0.53% | - |
| HSV(B) | 54.29º | 0.7% | 0.82% | - |
| XYZ | 46.68 | 52.93 | 12.31 | - |
| YUV | 184.02 | 59.14 | 145.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 195 | 62 | 0 | 0.07 | 0.70 | 0.18 | 54.29 | 0.62 | 0.53 |
| Hex | D1 | C3 | 3E | 0 | 7 | 46 | 12 | 36 | 3E | 35 |
| Octal | 321 | 303 | 76 | 0 | 7 | 106 | 22 | 66 | 76 | 65 |
| Binary | 11010001 | 11000011 | 111110 | 0 | 111 | 1000110 | 10010 | 110110 | 111110 | 110101 |
Color Harmonies of #D1C33E
Complementary color
Monochromatic Colors of #D1C33E
Black with #D1C33E
Text Example
Text Example
White with #D1C33E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C33E; }
p { color: rgb(209,195,62); }
H1.HeaderClassName
{
color: #D1C33E;
}
.AnyTagClassName
{
color: #D1C33E;
}
</style>
background-color css
<style>
a { background-color: #D1C33E; }
a { background-color: rgb(209,195,62); }
div.DivClassName
{
background-color: #D1C33E;
}
.BgClassName
{
background-color: #D1C33E;
}
</style>
border-color css
<style>
span { border-color: #D1C33E; }
span { border-color: rgb(209,195,62); }
td.TdClassName
{
border-color: #D1C33E;
}
.TagClassName
{
border-color: #D1C33E;
}
</style>