Shades of Wattle #D2D23B
Tints of Wattle #D2D23B
RGB
CMYK
RGB Variations
Color information
#D2D23B (or 0xD2D23B) is known color: Wattle. HEX triplet: D2, D2 and 3B. RGB value is (210,210,59). Sum of RGB (Red+Green+Blue) = 210+210+59=479 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.84% from 479); Green value is 210 (82.42% from 255 or 43.84% from 479); Blue value is 59 (23.44% from 255 or 12.32% from 479); Max value from RGB is 210 - color contains mainly: red, green. Hex color #D2D23B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2D23B is #2D2DC4. Grayscale: #C1C1C1. Windows color (decimal): -2960837 or 3920594. OLE color: 3920594.
HSL color Cylindrical-coordinate representation of color #D2D23B: hue angle of 60º 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 #D2D23B is Cyan = 0, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 210 | 59 | - |
| CMYK | 0 | 0 | 0.72 | 0.18 |
| HSL | 60º | 0.63% | 0.53% | - |
| HSV(B) | 60º | 0.72% | 0.82% | - |
| XYZ | 50.41 | 60.11 | 13.08 | - |
| YUV | 192.79 | 52.5 | 140.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 210 | 59 | 0 | 0 | 0.72 | 0.18 | 60 | 0.63 | 0.53 |
| Hex | D2 | D2 | 3B | 0 | 0 | 48 | 12 | 3C | 3F | 35 |
| Octal | 322 | 322 | 73 | 0 | 0 | 110 | 22 | 74 | 77 | 65 |
| Binary | 11010010 | 11010010 | 111011 | 0 | 0 | 1001000 | 10010 | 111100 | 111111 | 110101 |
Color Harmonies of #D2D23B
Complementary color
Monochromatic Colors of #D2D23B
Black with #D2D23B
Text Example
Text Example
White with #D2D23B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D23B; }
p { color: rgb(210,210,59); }
H1.HeaderClassName
{
color: #D2D23B;
}
.AnyTagClassName
{
color: #D2D23B;
}
</style>
background-color css
<style>
a { background-color: #D2D23B; }
a { background-color: rgb(210,210,59); }
div.DivClassName
{
background-color: #D2D23B;
}
.BgClassName
{
background-color: #D2D23B;
}
</style>
border-color css
<style>
span { border-color: #D2D23B; }
span { border-color: rgb(210,210,59); }
td.TdClassName
{
border-color: #D2D23B;
}
.TagClassName
{
border-color: #D2D23B;
}
</style>