Shades of Wattle #D1D23D
Tints of Wattle #D1D23D
RGB
CMYK
RGB Variations
Color information
#D1D23D (or 0xD1D23D) is known color: Wattle. HEX triplet: D1, D2 and 3D. RGB value is (209,210,61). Sum of RGB (Red+Green+Blue) = 209+210+61=480 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.54% from 480); Green value is 210 (82.42% from 255 or 43.75% from 480); Blue value is 61 (24.22% from 255 or 12.71% from 480); Max value from RGB is 210 - color contains mainly: green. Hex color #D1D23D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1D23D is #2E2DC2. Grayscale: #C1C1C1. Windows color (decimal): -3026371 or 4051665. OLE color: 4051665.
HSL color Cylindrical-coordinate representation of color #D1D23D: hue angle of 60.4º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D1D23D is Cyan = 0.00, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 210 | 61 | - |
| CMYK | 0.00 | 0 | 0.71 | 0.18 |
| HSL | 60.4º | 0.62% | 0.53% | - |
| HSV(B) | 60.4º | 0.71% | 0.82% | - |
| XYZ | 50.18 | 59.99 | 13.35 | - |
| YUV | 192.72 | 53.67 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 210 | 61 | 0.00 | 0 | 0.71 | 0.18 | 60.4 | 0.62 | 0.53 |
| Hex | D1 | D2 | 3D | 0 | 0 | 47 | 12 | 3C | 3E | 35 |
| Octal | 321 | 322 | 75 | 0 | 0 | 107 | 22 | 74 | 76 | 65 |
| Binary | 11010001 | 11010010 | 111101 | 0 | 0 | 1000111 | 10010 | 111100 | 111110 | 110101 |
Color Harmonies of #D1D23D
Complementary color
Monochromatic Colors of #D1D23D
Black with #D1D23D
Text Example
Text Example
White with #D1D23D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D23D; }
p { color: rgb(209,210,61); }
H1.HeaderClassName
{
color: #D1D23D;
}
.AnyTagClassName
{
color: #D1D23D;
}
</style>
background-color css
<style>
a { background-color: #D1D23D; }
a { background-color: rgb(209,210,61); }
div.DivClassName
{
background-color: #D1D23D;
}
.BgClassName
{
background-color: #D1D23D;
}
</style>
border-color css
<style>
span { border-color: #D1D23D; }
span { border-color: rgb(209,210,61); }
td.TdClassName
{
border-color: #D1D23D;
}
.TagClassName
{
border-color: #D1D23D;
}
</style>