Shades of Wattle #D1CC3F
Tints of Wattle #D1CC3F
RGB
CMYK
RGB Variations
Color information
#D1CC3F (or 0xD1CC3F) is known color: Wattle. HEX triplet: D1, CC and 3F. RGB value is (209,204,63). Sum of RGB (Red+Green+Blue) = 209+204+63=476 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.91% from 476); Green value is 204 (80.08% from 255 or 42.86% from 476); Blue value is 63 (25% from 255 or 13.24% from 476); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CC3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1CC3F is #2E33C0. Grayscale: #BDBDBD. Windows color (decimal): -3027905 or 4181201. OLE color: 4181201.
HSL color Cylindrical-coordinate representation of color #D1CC3F: hue angle of 57.95º 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 #D1CC3F is Cyan = 0, Magento = 0.02, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 204 | 63 | - |
| CMYK | 0 | 0.02 | 0.70 | 0.18 |
| HSL | 57.95º | 0.61% | 0.53% | - |
| HSV(B) | 57.95º | 0.7% | 0.82% | - |
| XYZ | 48.78 | 57.1 | 13.15 | - |
| YUV | 189.42 | 56.66 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 204 | 63 | 0 | 0.02 | 0.70 | 0.18 | 57.95 | 0.61 | 0.53 |
| Hex | D1 | CC | 3F | 0 | 2 | 46 | 12 | 3A | 3D | 35 |
| Octal | 321 | 314 | 77 | 0 | 2 | 106 | 22 | 72 | 75 | 65 |
| Binary | 11010001 | 11001100 | 111111 | 0 | 10 | 1000110 | 10010 | 111010 | 111101 | 110101 |
Color Harmonies of #D1CC3F
Complementary color
Monochromatic Colors of #D1CC3F
Black with #D1CC3F
Text Example
Text Example
White with #D1CC3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CC3F; }
p { color: rgb(209,204,63); }
H1.HeaderClassName
{
color: #D1CC3F;
}
.AnyTagClassName
{
color: #D1CC3F;
}
</style>
background-color css
<style>
a { background-color: #D1CC3F; }
a { background-color: rgb(209,204,63); }
div.DivClassName
{
background-color: #D1CC3F;
}
.BgClassName
{
background-color: #D1CC3F;
}
</style>
border-color css
<style>
span { border-color: #D1CC3F; }
span { border-color: rgb(209,204,63); }
td.TdClassName
{
border-color: #D1CC3F;
}
.TagClassName
{
border-color: #D1CC3F;
}
</style>