Shades of Wattle #D3CD2F
Tints of Wattle #D3CD2F
RGB
CMYK
RGB Variations
Color information
#D3CD2F (or 0xD3CD2F) is known color: Wattle. HEX triplet: D3, CD and 2F. RGB value is (211,205,47). Sum of RGB (Red+Green+Blue) = 211+205+47=463 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.57% from 463); Green value is 205 (80.47% from 255 or 44.28% from 463); Blue value is 47 (18.75% from 255 or 10.15% from 463); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CD2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3CD2F is #2C32D0. Grayscale: #BDBDBD. Windows color (decimal): -2896593 or 3132883. OLE color: 3132883.
HSL color Cylindrical-coordinate representation of color #D3CD2F: hue angle of 57.8º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D3CD2F is Cyan = 0, Magento = 0.03, Yellow = 0.78 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 205 | 47 | - |
| CMYK | 0 | 0.03 | 0.78 | 0.17 |
| HSL | 57.8º | 0.65% | 0.51% | - |
| HSV(B) | 57.8º | 0.78% | 0.83% | - |
| XYZ | 49.21 | 57.72 | 11.24 | - |
| YUV | 188.78 | 47.99 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 205 | 47 | 0 | 0.03 | 0.78 | 0.17 | 57.8 | 0.65 | 0.51 |
| Hex | D3 | CD | 2F | 0 | 3 | 4E | 11 | 3A | 41 | 33 |
| Octal | 323 | 315 | 57 | 0 | 3 | 116 | 21 | 72 | 101 | 63 |
| Binary | 11010011 | 11001101 | 101111 | 0 | 11 | 1001110 | 10001 | 111010 | 1000001 | 110011 |
Color Harmonies of #D3CD2F
Complementary color
Monochromatic Colors of #D3CD2F
Black with #D3CD2F
Text Example
Text Example
White with #D3CD2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CD2F; }
p { color: rgb(211,205,47); }
H1.HeaderClassName
{
color: #D3CD2F;
}
.AnyTagClassName
{
color: #D3CD2F;
}
</style>
background-color css
<style>
a { background-color: #D3CD2F; }
a { background-color: rgb(211,205,47); }
div.DivClassName
{
background-color: #D3CD2F;
}
.BgClassName
{
background-color: #D3CD2F;
}
</style>
border-color css
<style>
span { border-color: #D3CD2F; }
span { border-color: rgb(211,205,47); }
td.TdClassName
{
border-color: #D3CD2F;
}
.TagClassName
{
border-color: #D3CD2F;
}
</style>