Shades of Wattle #D1CD4A
Tints of Wattle #D1CD4A
RGB
CMYK
RGB Variations
Color information
#D1CD4A (or 0xD1CD4A) is known color: Wattle. HEX triplet: D1, CD and 4A. RGB value is (209,205,74). Sum of RGB (Red+Green+Blue) = 209+205+74=488 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.83% from 488); Green value is 205 (80.47% from 255 or 42.01% from 488); Blue value is 74 (29.30% from 255 or 15.16% from 488); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CD4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1CD4A is #2E32B5. Grayscale: #BFBFBF. Windows color (decimal): -3027638 or 4902353. OLE color: 4902353.
HSL color Cylindrical-coordinate representation of color #D1CD4A: hue angle of 58.22º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D1CD4A is Cyan = 0, Magento = 0.02, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 205 | 74 | - |
| CMYK | 0 | 0.02 | 0.65 | 0.18 |
| HSL | 58.22º | 0.59% | 0.55% | - |
| HSV(B) | 58.22º | 0.65% | 0.82% | - |
| XYZ | 49.36 | 57.71 | 15.02 | - |
| YUV | 191.26 | 61.83 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 205 | 74 | 0 | 0.02 | 0.65 | 0.18 | 58.22 | 0.59 | 0.55 |
| Hex | D1 | CD | 4A | 0 | 2 | 41 | 12 | 3A | 3B | 37 |
| Octal | 321 | 315 | 112 | 0 | 2 | 101 | 22 | 72 | 73 | 67 |
| Binary | 11010001 | 11001101 | 1001010 | 0 | 10 | 1000001 | 10010 | 111010 | 111011 | 110111 |
Color Harmonies of #D1CD4A
Complementary color
Monochromatic Colors of #D1CD4A
Black with #D1CD4A
Text Example
Text Example
White with #D1CD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CD4A; }
p { color: rgb(209,205,74); }
H1.HeaderClassName
{
color: #D1CD4A;
}
.AnyTagClassName
{
color: #D1CD4A;
}
</style>
background-color css
<style>
a { background-color: #D1CD4A; }
a { background-color: rgb(209,205,74); }
div.DivClassName
{
background-color: #D1CD4A;
}
.BgClassName
{
background-color: #D1CD4A;
}
</style>
border-color css
<style>
span { border-color: #D1CD4A; }
span { border-color: rgb(209,205,74); }
td.TdClassName
{
border-color: #D1CD4A;
}
.TagClassName
{
border-color: #D1CD4A;
}
</style>