Shades of Wattle #D2D344
Tints of Wattle #D2D344
RGB
CMYK
RGB Variations
Color information
#D2D344 (or 0xD2D344) is known color: Wattle. HEX triplet: D2, D3 and 44. RGB value is (210,211,68). Sum of RGB (Red+Green+Blue) = 210+211+68=489 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.94% from 489); Green value is 211 (82.81% from 255 or 43.15% from 489); Blue value is 68 (26.95% from 255 or 13.91% from 489); Max value from RGB is 211 - color contains mainly: green. Hex color #D2D344 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2D344 is #2D2CBB. Grayscale: #C2C2C2. Windows color (decimal): -2960572 or 4510674. OLE color: 4510674.
HSL color Cylindrical-coordinate representation of color #D2D344: hue angle of 60.42º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D2D344 is Cyan = 0.00, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 210 | 211 | 68 | - |
| CMYK | 0.00 | 0 | 0.68 | 0.17 |
| HSL | 60.42º | 0.62% | 0.55% | - |
| HSV(B) | 60.42º | 0.68% | 0.83% | - |
| XYZ | 50.92 | 60.71 | 14.5 | - |
| YUV | 194.4 | 56.67 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 211 | 68 | 0.00 | 0 | 0.68 | 0.17 | 60.42 | 0.62 | 0.55 |
| Hex | D2 | D3 | 44 | 0 | 0 | 44 | 11 | 3C | 3E | 37 |
| Octal | 322 | 323 | 104 | 0 | 0 | 104 | 21 | 74 | 76 | 67 |
| Binary | 11010010 | 11010011 | 1000100 | 0 | 0 | 1000100 | 10001 | 111100 | 111110 | 110111 |
Color Harmonies of #D2D344
Complementary color
Monochromatic Colors of #D2D344
Black with #D2D344
Text Example
Text Example
White with #D2D344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D344; }
p { color: rgb(210,211,68); }
H1.HeaderClassName
{
color: #D2D344;
}
.AnyTagClassName
{
color: #D2D344;
}
</style>
background-color css
<style>
a { background-color: #D2D344; }
a { background-color: rgb(210,211,68); }
div.DivClassName
{
background-color: #D2D344;
}
.BgClassName
{
background-color: #D2D344;
}
</style>
border-color css
<style>
span { border-color: #D2D344; }
span { border-color: rgb(210,211,68); }
td.TdClassName
{
border-color: #D2D344;
}
.TagClassName
{
border-color: #D2D344;
}
</style>