Shades of Wattle #D1D23B
Tints of Wattle #D1D23B
RGB
CMYK
RGB Variations
Color information
#D1D23B (or 0xD1D23B) is known color: Wattle. HEX triplet: D1, D2 and 3B. RGB value is (209,210,59). Sum of RGB (Red+Green+Blue) = 209+210+59=478 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.72% from 478); Green value is 210 (82.42% from 255 or 43.93% from 478); Blue value is 59 (23.44% from 255 or 12.34% from 478); Max value from RGB is 210 - color contains mainly: green. Hex color #D1D23B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1D23B is #2E2DC4. Grayscale: #C1C1C1. Windows color (decimal): -3026373 or 3920593. OLE color: 3920593.
HSL color Cylindrical-coordinate representation of color #D1D23B: hue angle of 60.4º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D1D23B is Cyan = 0.00, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 210 | 59 | - |
| CMYK | 0.00 | 0 | 0.72 | 0.18 |
| HSL | 60.4º | 0.63% | 0.53% | - |
| HSV(B) | 60.4º | 0.72% | 0.82% | - |
| XYZ | 50.13 | 59.96 | 13.07 | - |
| YUV | 192.49 | 52.67 | 139.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 210 | 59 | 0.00 | 0 | 0.72 | 0.18 | 60.4 | 0.63 | 0.53 |
| Hex | D1 | D2 | 3B | 0 | 0 | 48 | 12 | 3C | 3F | 35 |
| Octal | 321 | 322 | 73 | 0 | 0 | 110 | 22 | 74 | 77 | 65 |
| Binary | 11010001 | 11010010 | 111011 | 0 | 0 | 1001000 | 10010 | 111100 | 111111 | 110101 |
Color Harmonies of #D1D23B
Complementary color
Monochromatic Colors of #D1D23B
Black with #D1D23B
Text Example
Text Example
White with #D1D23B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D23B; }
p { color: rgb(209,210,59); }
H1.HeaderClassName
{
color: #D1D23B;
}
.AnyTagClassName
{
color: #D1D23B;
}
</style>
background-color css
<style>
a { background-color: #D1D23B; }
a { background-color: rgb(209,210,59); }
div.DivClassName
{
background-color: #D1D23B;
}
.BgClassName
{
background-color: #D1D23B;
}
</style>
border-color css
<style>
span { border-color: #D1D23B; }
span { border-color: rgb(209,210,59); }
td.TdClassName
{
border-color: #D1D23B;
}
.TagClassName
{
border-color: #D1D23B;
}
</style>