Shades of Wattle #D3C33D
Tints of Wattle #D3C33D
RGB
CMYK
RGB Variations
Color information
#D3C33D (or 0xD3C33D) is known color: Wattle. HEX triplet: D3, C3 and 3D. RGB value is (211,195,61). Sum of RGB (Red+Green+Blue) = 211+195+61=467 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.18% from 467); Green value is 195 (76.56% from 255 or 41.76% from 467); Blue value is 61 (24.22% from 255 or 13.06% from 467); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C33D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3C33D is #2C3CC2. Grayscale: #B9B9B9. Windows color (decimal): -2899139 or 4047827. OLE color: 4047827.
HSL color Cylindrical-coordinate representation of color #D3C33D: hue angle of 53.6º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D3C33D is Cyan = 0, Magento = 0.08, Yellow = 0.71 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 195 | 61 | - |
| CMYK | 0 | 0.08 | 0.71 | 0.17 |
| HSL | 53.6º | 0.63% | 0.53% | - |
| HSV(B) | 53.6º | 0.71% | 0.83% | - |
| XYZ | 47.22 | 53.22 | 12.2 | - |
| YUV | 184.51 | 58.3 | 146.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 195 | 61 | 0 | 0.08 | 0.71 | 0.17 | 53.6 | 0.63 | 0.53 |
| Hex | D3 | C3 | 3D | 0 | 8 | 47 | 11 | 36 | 3F | 35 |
| Octal | 323 | 303 | 75 | 0 | 10 | 107 | 21 | 66 | 77 | 65 |
| Binary | 11010011 | 11000011 | 111101 | 0 | 1000 | 1000111 | 10001 | 110110 | 111111 | 110101 |
Color Harmonies of #D3C33D
Complementary color
Monochromatic Colors of #D3C33D
Black with #D3C33D
Text Example
Text Example
White with #D3C33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C33D; }
p { color: rgb(211,195,61); }
H1.HeaderClassName
{
color: #D3C33D;
}
.AnyTagClassName
{
color: #D3C33D;
}
</style>
background-color css
<style>
a { background-color: #D3C33D; }
a { background-color: rgb(211,195,61); }
div.DivClassName
{
background-color: #D3C33D;
}
.BgClassName
{
background-color: #D3C33D;
}
</style>
border-color css
<style>
span { border-color: #D3C33D; }
span { border-color: rgb(211,195,61); }
td.TdClassName
{
border-color: #D3C33D;
}
.TagClassName
{
border-color: #D3C33D;
}
</style>