Shades of Wattle #D1CD34
Tints of Wattle #D1CD34
RGB
CMYK
RGB Variations
Color information
#D1CD34 (or 0xD1CD34) is known color: Wattle. HEX triplet: D1, CD and 34. RGB value is (209,205,52). Sum of RGB (Red+Green+Blue) = 209+205+52=466 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.85% from 466); Green value is 205 (80.47% from 255 or 43.99% from 466); Blue value is 52 (20.70% from 255 or 11.16% from 466); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CD34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1CD34 is #2E32CB. Grayscale: #BDBDBD. Windows color (decimal): -3027660 or 3460561. OLE color: 3460561.
HSL color Cylindrical-coordinate representation of color #D1CD34: hue angle of 58.47º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D1CD34 is Cyan = 0, Magento = 0.02, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 205 | 52 | - |
| CMYK | 0 | 0.02 | 0.75 | 0.18 |
| HSL | 58.47º | 0.63% | 0.51% | - |
| HSV(B) | 58.47º | 0.75% | 0.82% | - |
| XYZ | 48.75 | 57.47 | 11.77 | - |
| YUV | 188.75 | 50.83 | 142.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 205 | 52 | 0 | 0.02 | 0.75 | 0.18 | 58.47 | 0.63 | 0.51 |
| Hex | D1 | CD | 34 | 0 | 2 | 4B | 12 | 3A | 3F | 33 |
| Octal | 321 | 315 | 64 | 0 | 2 | 113 | 22 | 72 | 77 | 63 |
| Binary | 11010001 | 11001101 | 110100 | 0 | 10 | 1001011 | 10010 | 111010 | 111111 | 110011 |
Color Harmonies of #D1CD34
Complementary color
Monochromatic Colors of #D1CD34
Black with #D1CD34
Text Example
Text Example
White with #D1CD34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CD34; }
p { color: rgb(209,205,52); }
H1.HeaderClassName
{
color: #D1CD34;
}
.AnyTagClassName
{
color: #D1CD34;
}
</style>
background-color css
<style>
a { background-color: #D1CD34; }
a { background-color: rgb(209,205,52); }
div.DivClassName
{
background-color: #D1CD34;
}
.BgClassName
{
background-color: #D1CD34;
}
</style>
border-color css
<style>
span { border-color: #D1CD34; }
span { border-color: rgb(209,205,52); }
td.TdClassName
{
border-color: #D1CD34;
}
.TagClassName
{
border-color: #D1CD34;
}
</style>