Shades of Wattle #D1CD3E
Tints of Wattle #D1CD3E
RGB
CMYK
RGB Variations
Color information
#D1CD3E (or 0xD1CD3E) is known color: Wattle. HEX triplet: D1, CD and 3E. RGB value is (209,205,62). Sum of RGB (Red+Green+Blue) = 209+205+62=476 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.91% from 476); Green value is 205 (80.47% from 255 or 43.07% from 476); Blue value is 62 (24.61% from 255 or 13.03% from 476); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CD3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1CD3E is #2E32C1. Grayscale: #BEBEBE. Windows color (decimal): -3027650 or 4115921. OLE color: 4115921.
HSL color Cylindrical-coordinate representation of color #D1CD3E: hue angle of 58.37º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D1CD3E is Cyan = 0, Magento = 0.02, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 205 | 62 | - |
| CMYK | 0 | 0.02 | 0.70 | 0.18 |
| HSL | 58.37º | 0.62% | 0.53% | - |
| HSV(B) | 58.37º | 0.7% | 0.82% | - |
| XYZ | 49 | 57.57 | 13.09 | - |
| YUV | 189.89 | 55.83 | 141.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 205 | 62 | 0 | 0.02 | 0.70 | 0.18 | 58.37 | 0.62 | 0.53 |
| Hex | D1 | CD | 3E | 0 | 2 | 46 | 12 | 3A | 3E | 35 |
| Octal | 321 | 315 | 76 | 0 | 2 | 106 | 22 | 72 | 76 | 65 |
| Binary | 11010001 | 11001101 | 111110 | 0 | 10 | 1000110 | 10010 | 111010 | 111110 | 110101 |
Color Harmonies of #D1CD3E
Complementary color
Monochromatic Colors of #D1CD3E
Black with #D1CD3E
Text Example
Text Example
White with #D1CD3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CD3E; }
p { color: rgb(209,205,62); }
H1.HeaderClassName
{
color: #D1CD3E;
}
.AnyTagClassName
{
color: #D1CD3E;
}
</style>
background-color css
<style>
a { background-color: #D1CD3E; }
a { background-color: rgb(209,205,62); }
div.DivClassName
{
background-color: #D1CD3E;
}
.BgClassName
{
background-color: #D1CD3E;
}
</style>
border-color css
<style>
span { border-color: #D1CD3E; }
span { border-color: rgb(209,205,62); }
td.TdClassName
{
border-color: #D1CD3E;
}
.TagClassName
{
border-color: #D1CD3E;
}
</style>