Shades of Wattle #D3D33D
Tints of Wattle #D3D33D
RGB
CMYK
RGB Variations
Color information
#D3D33D (or 0xD3D33D) is known color: Wattle. HEX triplet: D3, D3 and 3D. RGB value is (211,211,61). Sum of RGB (Red+Green+Blue) = 211+211+61=483 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.69% from 483); Green value is 211 (82.81% from 255 or 43.69% from 483); Blue value is 61 (24.22% from 255 or 12.63% from 483); Max value from RGB is 211 - color contains mainly: red, green. Hex color #D3D33D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3D33D is #2C2CC2. Grayscale: #C2C2C2. Windows color (decimal): -2895043 or 4051923. OLE color: 4051923.
HSL color Cylindrical-coordinate representation of color #D3D33D: hue angle of 60º 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 #D3D33D is Cyan = 0, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 211 | 61 | - |
| CMYK | 0 | 0 | 0.71 | 0.17 |
| HSL | 60º | 0.63% | 0.53% | - |
| HSV(B) | 60º | 0.71% | 0.83% | - |
| XYZ | 51 | 60.77 | 13.46 | - |
| YUV | 193.9 | 53 | 140.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 211 | 61 | 0 | 0 | 0.71 | 0.17 | 60 | 0.63 | 0.53 |
| Hex | D3 | D3 | 3D | 0 | 0 | 47 | 11 | 3C | 3F | 35 |
| Octal | 323 | 323 | 75 | 0 | 0 | 107 | 21 | 74 | 77 | 65 |
| Binary | 11010011 | 11010011 | 111101 | 0 | 0 | 1000111 | 10001 | 111100 | 111111 | 110101 |
Color Harmonies of #D3D33D
Complementary color
Monochromatic Colors of #D3D33D
Black with #D3D33D
Text Example
Text Example
White with #D3D33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3D33D; }
p { color: rgb(211,211,61); }
H1.HeaderClassName
{
color: #D3D33D;
}
.AnyTagClassName
{
color: #D3D33D;
}
</style>
background-color css
<style>
a { background-color: #D3D33D; }
a { background-color: rgb(211,211,61); }
div.DivClassName
{
background-color: #D3D33D;
}
.BgClassName
{
background-color: #D3D33D;
}
</style>
border-color css
<style>
span { border-color: #D3D33D; }
span { border-color: rgb(211,211,61); }
td.TdClassName
{
border-color: #D3D33D;
}
.TagClassName
{
border-color: #D3D33D;
}
</style>