Shades of Wattle #D3D246
Tints of Wattle #D3D246
RGB
CMYK
RGB Variations
Color information
#D3D246 (or 0xD3D246) is known color: Wattle. HEX triplet: D3, D2 and 46. RGB value is (211,210,70). Sum of RGB (Red+Green+Blue) = 211+210+70=491 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.97% from 491); Green value is 210 (82.42% from 255 or 42.77% from 491); Blue value is 70 (27.73% from 255 or 14.26% from 491); Max value from RGB is 211 - color contains mainly: red. Hex color #D3D246 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3D246 is #2C2DB9. Grayscale: #C2C2C2. Windows color (decimal): -2895290 or 4641491. OLE color: 4641491.
HSL color Cylindrical-coordinate representation of color #D3D246: hue angle of 59.57º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D3D246 is Cyan = 0, Magento = 0.00, Yellow = 0.67 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 210 | 70 | - |
| CMYK | 0 | 0.00 | 0.67 | 0.17 |
| HSL | 59.57º | 0.62% | 0.55% | - |
| HSV(B) | 59.57º | 0.67% | 0.83% | - |
| XYZ | 51.02 | 60.38 | 14.76 | - |
| YUV | 194.34 | 57.83 | 139.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 210 | 70 | 0 | 0.00 | 0.67 | 0.17 | 59.57 | 0.62 | 0.55 |
| Hex | D3 | D2 | 46 | 0 | 0 | 43 | 11 | 3C | 3E | 37 |
| Octal | 323 | 322 | 106 | 0 | 0 | 103 | 21 | 74 | 76 | 67 |
| Binary | 11010011 | 11010010 | 1000110 | 0 | 0 | 1000011 | 10001 | 111100 | 111110 | 110111 |
Color Harmonies of #D3D246
Complementary color
Monochromatic Colors of #D3D246
Black with #D3D246
Text Example
Text Example
White with #D3D246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3D246; }
p { color: rgb(211,210,70); }
H1.HeaderClassName
{
color: #D3D246;
}
.AnyTagClassName
{
color: #D3D246;
}
</style>
background-color css
<style>
a { background-color: #D3D246; }
a { background-color: rgb(211,210,70); }
div.DivClassName
{
background-color: #D3D246;
}
.BgClassName
{
background-color: #D3D246;
}
</style>
border-color css
<style>
span { border-color: #D3D246; }
span { border-color: rgb(211,210,70); }
td.TdClassName
{
border-color: #D3D246;
}
.TagClassName
{
border-color: #D3D246;
}
</style>