Shades of Wattle #D1C33B
Tints of Wattle #D1C33B
RGB
CMYK
RGB Variations
Color information
#D1C33B (or 0xD1C33B) is known color: Wattle. HEX triplet: D1, C3 and 3B. RGB value is (209,195,59). Sum of RGB (Red+Green+Blue) = 209+195+59=463 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.14% from 463); Green value is 195 (76.56% from 255 or 42.12% from 463); Blue value is 59 (23.44% from 255 or 12.74% from 463); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C33B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1C33B is #2E3CC4. Grayscale: #B8B8B8. Windows color (decimal): -3030213 or 3916753. OLE color: 3916753.
HSL color Cylindrical-coordinate representation of color #D1C33B: hue angle of 54.4º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D1C33B is Cyan = 0, Magento = 0.07, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 195 | 59 | - |
| CMYK | 0 | 0.07 | 0.72 | 0.18 |
| HSL | 54.4º | 0.62% | 0.53% | - |
| HSV(B) | 54.4º | 0.72% | 0.82% | - |
| XYZ | 46.6 | 52.9 | 11.89 | - |
| YUV | 183.68 | 57.64 | 146.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 195 | 59 | 0 | 0.07 | 0.72 | 0.18 | 54.4 | 0.62 | 0.53 |
| Hex | D1 | C3 | 3B | 0 | 7 | 48 | 12 | 36 | 3E | 35 |
| Octal | 321 | 303 | 73 | 0 | 7 | 110 | 22 | 66 | 76 | 65 |
| Binary | 11010001 | 11000011 | 111011 | 0 | 111 | 1001000 | 10010 | 110110 | 111110 | 110101 |
Color Harmonies of #D1C33B
Complementary color
Monochromatic Colors of #D1C33B
Black with #D1C33B
Text Example
Text Example
White with #D1C33B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C33B; }
p { color: rgb(209,195,59); }
H1.HeaderClassName
{
color: #D1C33B;
}
.AnyTagClassName
{
color: #D1C33B;
}
</style>
background-color css
<style>
a { background-color: #D1C33B; }
a { background-color: rgb(209,195,59); }
div.DivClassName
{
background-color: #D1C33B;
}
.BgClassName
{
background-color: #D1C33B;
}
</style>
border-color css
<style>
span { border-color: #D1C33B; }
span { border-color: rgb(209,195,59); }
td.TdClassName
{
border-color: #D1C33B;
}
.TagClassName
{
border-color: #D1C33B;
}
</style>