Shades of Wattle #D3D03B
Tints of Wattle #D3D03B
RGB
CMYK
RGB Variations
Color information
#D3D03B (or 0xD3D03B) is known color: Wattle. HEX triplet: D3, D0 and 3B. RGB value is (211,208,59). Sum of RGB (Red+Green+Blue) = 211+208+59=478 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.14% from 478); Green value is 208 (81.64% from 255 or 43.51% from 478); Blue value is 59 (23.44% from 255 or 12.34% from 478); Max value from RGB is 211 - color contains mainly: red. Hex color #D3D03B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3D03B is #2C2FC4. Grayscale: #C0C0C0. Windows color (decimal): -2895813 or 3920083. OLE color: 3920083.
HSL color Cylindrical-coordinate representation of color #D3D03B: hue angle of 58.82º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D3D03B is Cyan = 0, Magento = 0.01, Yellow = 0.72 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 208 | 59 | - |
| CMYK | 0 | 0.01 | 0.72 | 0.17 |
| HSL | 58.82º | 0.63% | 0.53% | - |
| HSV(B) | 58.82º | 0.72% | 0.83% | - |
| XYZ | 50.21 | 59.28 | 12.93 | - |
| YUV | 191.91 | 52.99 | 141.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 208 | 59 | 0 | 0.01 | 0.72 | 0.17 | 58.82 | 0.63 | 0.53 |
| Hex | D3 | D0 | 3B | 0 | 1 | 48 | 11 | 3B | 3F | 35 |
| Octal | 323 | 320 | 73 | 0 | 1 | 110 | 21 | 73 | 77 | 65 |
| Binary | 11010011 | 11010000 | 111011 | 0 | 1 | 1001000 | 10001 | 111011 | 111111 | 110101 |
Color Harmonies of #D3D03B
Complementary color
Monochromatic Colors of #D3D03B
Black with #D3D03B
Text Example
Text Example
White with #D3D03B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3D03B; }
p { color: rgb(211,208,59); }
H1.HeaderClassName
{
color: #D3D03B;
}
.AnyTagClassName
{
color: #D3D03B;
}
</style>
background-color css
<style>
a { background-color: #D3D03B; }
a { background-color: rgb(211,208,59); }
div.DivClassName
{
background-color: #D3D03B;
}
.BgClassName
{
background-color: #D3D03B;
}
</style>
border-color css
<style>
span { border-color: #D3D03B; }
span { border-color: rgb(211,208,59); }
td.TdClassName
{
border-color: #D3D03B;
}
.TagClassName
{
border-color: #D3D03B;
}
</style>