Shades of Wattle #D1C33F
Tints of Wattle #D1C33F
RGB
CMYK
RGB Variations
Color information
#D1C33F (or 0xD1C33F) is known color: Wattle. HEX triplet: D1, C3 and 3F. RGB value is (209,195,63). Sum of RGB (Red+Green+Blue) = 209+195+63=467 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.75% from 467); Green value is 195 (76.56% from 255 or 41.76% from 467); Blue value is 63 (25% from 255 or 13.49% from 467); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C33F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1C33F is #2E3CC0. Grayscale: #B8B8B8. Windows color (decimal): -3030209 or 4178897. OLE color: 4178897.
HSL color Cylindrical-coordinate representation of color #D1C33F: hue angle of 54.25º degrees, saturation: 0.61, 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 #D1C33F is Cyan = 0, Magento = 0.07, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 195 | 63 | - |
| CMYK | 0 | 0.07 | 0.70 | 0.18 |
| HSL | 54.25º | 0.61% | 0.53% | - |
| HSV(B) | 54.25º | 0.7% | 0.82% | - |
| XYZ | 46.71 | 52.94 | 12.46 | - |
| YUV | 184.14 | 59.64 | 145.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 195 | 63 | 0 | 0.07 | 0.70 | 0.18 | 54.25 | 0.61 | 0.53 |
| Hex | D1 | C3 | 3F | 0 | 7 | 46 | 12 | 36 | 3D | 35 |
| Octal | 321 | 303 | 77 | 0 | 7 | 106 | 22 | 66 | 75 | 65 |
| Binary | 11010001 | 11000011 | 111111 | 0 | 111 | 1000110 | 10010 | 110110 | 111101 | 110101 |
Color Harmonies of #D1C33F
Complementary color
Monochromatic Colors of #D1C33F
Black with #D1C33F
Text Example
Text Example
White with #D1C33F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C33F; }
p { color: rgb(209,195,63); }
H1.HeaderClassName
{
color: #D1C33F;
}
.AnyTagClassName
{
color: #D1C33F;
}
</style>
background-color css
<style>
a { background-color: #D1C33F; }
a { background-color: rgb(209,195,63); }
div.DivClassName
{
background-color: #D1C33F;
}
.BgClassName
{
background-color: #D1C33F;
}
</style>
border-color css
<style>
span { border-color: #D1C33F; }
span { border-color: rgb(209,195,63); }
td.TdClassName
{
border-color: #D1C33F;
}
.TagClassName
{
border-color: #D1C33F;
}
</style>