Shades of Wattle #D3CC3F
Tints of Wattle #D3CC3F
RGB
CMYK
RGB Variations
Color information
#D3CC3F (or 0xD3CC3F) is known color: Wattle. HEX triplet: D3, CC and 3F. RGB value is (211,204,63). Sum of RGB (Red+Green+Blue) = 211+204+63=478 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.14% from 478); Green value is 204 (80.08% from 255 or 42.68% from 478); Blue value is 63 (25% from 255 or 13.18% from 478); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CC3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3CC3F is #2C33C0. Grayscale: #BEBEBE. Windows color (decimal): -2896833 or 4181203. OLE color: 4181203.
HSL color Cylindrical-coordinate representation of color #D3CC3F: hue angle of 57.16º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D3CC3F is Cyan = 0, Magento = 0.03, Yellow = 0.70 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 204 | 63 | - |
| CMYK | 0 | 0.03 | 0.70 | 0.17 |
| HSL | 57.16º | 0.63% | 0.54% | - |
| HSV(B) | 57.16º | 0.7% | 0.83% | - |
| XYZ | 49.35 | 57.39 | 13.18 | - |
| YUV | 190.02 | 56.32 | 142.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 204 | 63 | 0 | 0.03 | 0.70 | 0.17 | 57.16 | 0.63 | 0.54 |
| Hex | D3 | CC | 3F | 0 | 3 | 46 | 11 | 39 | 3F | 36 |
| Octal | 323 | 314 | 77 | 0 | 3 | 106 | 21 | 71 | 77 | 66 |
| Binary | 11010011 | 11001100 | 111111 | 0 | 11 | 1000110 | 10001 | 111001 | 111111 | 110110 |
Color Harmonies of #D3CC3F
Complementary color
Monochromatic Colors of #D3CC3F
Black with #D3CC3F
Text Example
Text Example
White with #D3CC3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CC3F; }
p { color: rgb(211,204,63); }
H1.HeaderClassName
{
color: #D3CC3F;
}
.AnyTagClassName
{
color: #D3CC3F;
}
</style>
background-color css
<style>
a { background-color: #D3CC3F; }
a { background-color: rgb(211,204,63); }
div.DivClassName
{
background-color: #D3CC3F;
}
.BgClassName
{
background-color: #D3CC3F;
}
</style>
border-color css
<style>
span { border-color: #D3CC3F; }
span { border-color: rgb(211,204,63); }
td.TdClassName
{
border-color: #D3CC3F;
}
.TagClassName
{
border-color: #D3CC3F;
}
</style>