Shades of Wattle #D1CC43
Tints of Wattle #D1CC43
RGB
CMYK
RGB Variations
Color information
#D1CC43 (or 0xD1CC43) is known color: Wattle. HEX triplet: D1, CC and 43. RGB value is (209,204,67). Sum of RGB (Red+Green+Blue) = 209+204+67=480 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.54% from 480); Green value is 204 (80.08% from 255 or 42.5% from 480); Blue value is 67 (26.56% from 255 or 13.96% from 480); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CC43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1CC43 is #2E33BC. Grayscale: #BEBEBE. Windows color (decimal): -3027901 or 4443345. OLE color: 4443345.
HSL color Cylindrical-coordinate representation of color #D1CC43: hue angle of 57.89º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D1CC43 is Cyan = 0, Magento = 0.02, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 204 | 67 | - |
| CMYK | 0 | 0.02 | 0.68 | 0.18 |
| HSL | 57.89º | 0.61% | 0.54% | - |
| HSV(B) | 57.89º | 0.68% | 0.82% | - |
| XYZ | 48.9 | 57.15 | 13.76 | - |
| YUV | 189.88 | 58.66 | 141.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 204 | 67 | 0 | 0.02 | 0.68 | 0.18 | 57.89 | 0.61 | 0.54 |
| Hex | D1 | CC | 43 | 0 | 2 | 44 | 12 | 3A | 3D | 36 |
| Octal | 321 | 314 | 103 | 0 | 2 | 104 | 22 | 72 | 75 | 66 |
| Binary | 11010001 | 11001100 | 1000011 | 0 | 10 | 1000100 | 10010 | 111010 | 111101 | 110110 |
Color Harmonies of #D1CC43
Complementary color
Monochromatic Colors of #D1CC43
Black with #D1CC43
Text Example
Text Example
White with #D1CC43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CC43; }
p { color: rgb(209,204,67); }
H1.HeaderClassName
{
color: #D1CC43;
}
.AnyTagClassName
{
color: #D1CC43;
}
</style>
background-color css
<style>
a { background-color: #D1CC43; }
a { background-color: rgb(209,204,67); }
div.DivClassName
{
background-color: #D1CC43;
}
.BgClassName
{
background-color: #D1CC43;
}
</style>
border-color css
<style>
span { border-color: #D1CC43; }
span { border-color: rgb(209,204,67); }
td.TdClassName
{
border-color: #D1CC43;
}
.TagClassName
{
border-color: #D1CC43;
}
</style>