Shades of Wattle #D1CD3A
Tints of Wattle #D1CD3A
RGB
CMYK
RGB Variations
Color information
#D1CD3A (or 0xD1CD3A) is known color: Wattle. HEX triplet: D1, CD and 3A. RGB value is (209,205,58). Sum of RGB (Red+Green+Blue) = 209+205+58=472 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.28% from 472); Green value is 205 (80.47% from 255 or 43.43% from 472); Blue value is 58 (23.05% from 255 or 12.29% from 472); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CD3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1CD3A is #2E32C5. Grayscale: #BEBEBE. Windows color (decimal): -3027654 or 3853777. OLE color: 3853777.
HSL color Cylindrical-coordinate representation of color #D1CD3A: hue angle of 58.41º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D1CD3A is Cyan = 0, Magento = 0.02, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 205 | 58 | - |
| CMYK | 0 | 0.02 | 0.72 | 0.18 |
| HSL | 58.41º | 0.62% | 0.52% | - |
| HSV(B) | 58.41º | 0.72% | 0.82% | - |
| XYZ | 48.89 | 57.52 | 12.53 | - |
| YUV | 189.44 | 53.83 | 141.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 205 | 58 | 0 | 0.02 | 0.72 | 0.18 | 58.41 | 0.62 | 0.52 |
| Hex | D1 | CD | 3A | 0 | 2 | 48 | 12 | 3A | 3E | 34 |
| Octal | 321 | 315 | 72 | 0 | 2 | 110 | 22 | 72 | 76 | 64 |
| Binary | 11010001 | 11001101 | 111010 | 0 | 10 | 1001000 | 10010 | 111010 | 111110 | 110100 |
Color Harmonies of #D1CD3A
Complementary color
Monochromatic Colors of #D1CD3A
Black with #D1CD3A
Text Example
Text Example
White with #D1CD3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CD3A; }
p { color: rgb(209,205,58); }
H1.HeaderClassName
{
color: #D1CD3A;
}
.AnyTagClassName
{
color: #D1CD3A;
}
</style>
background-color css
<style>
a { background-color: #D1CD3A; }
a { background-color: rgb(209,205,58); }
div.DivClassName
{
background-color: #D1CD3A;
}
.BgClassName
{
background-color: #D1CD3A;
}
</style>
border-color css
<style>
span { border-color: #D1CD3A; }
span { border-color: rgb(209,205,58); }
td.TdClassName
{
border-color: #D1CD3A;
}
.TagClassName
{
border-color: #D1CD3A;
}
</style>