Shades of Wattle #D2D543
Tints of Wattle #D2D543
RGB
CMYK
RGB Variations
Color information
#D2D543 (or 0xD2D543) is known color: Wattle. HEX triplet: D2, D5 and 43. RGB value is (210,213,67). Sum of RGB (Red+Green+Blue) = 210+213+67=490 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.86% from 490); Green value is 213 (83.59% from 255 or 43.47% from 490); Blue value is 67 (26.56% from 255 or 13.67% from 490); Max value from RGB is 213 - color contains mainly: green. Hex color #D2D543 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2D543 is #2D2ABC. Grayscale: #C4C4C4. Windows color (decimal): -2960061 or 4445650. OLE color: 4445650.
HSL color Cylindrical-coordinate representation of color #D2D543: hue angle of 61.23º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D2D543 is Cyan = 0.01, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 210 | 213 | 67 | - |
| CMYK | 0.01 | 0 | 0.69 | 0.16 |
| HSL | 61.23º | 0.63% | 0.55% | - |
| HSV(B) | 61.23º | 0.69% | 0.84% | - |
| XYZ | 51.39 | 61.7 | 14.51 | - |
| YUV | 195.46 | 55.51 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 213 | 67 | 0.01 | 0 | 0.69 | 0.16 | 61.23 | 0.63 | 0.55 |
| Hex | D2 | D5 | 43 | 1 | 0 | 45 | 10 | 3D | 3F | 37 |
| Octal | 322 | 325 | 103 | 1 | 0 | 105 | 20 | 75 | 77 | 67 |
| Binary | 11010010 | 11010101 | 1000011 | 1 | 0 | 1000101 | 10000 | 111101 | 111111 | 110111 |
Color Harmonies of #D2D543
Complementary color
Monochromatic Colors of #D2D543
Black with #D2D543
Text Example
Text Example
White with #D2D543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D543; }
p { color: rgb(210,213,67); }
H1.HeaderClassName
{
color: #D2D543;
}
.AnyTagClassName
{
color: #D2D543;
}
</style>
background-color css
<style>
a { background-color: #D2D543; }
a { background-color: rgb(210,213,67); }
div.DivClassName
{
background-color: #D2D543;
}
.BgClassName
{
background-color: #D2D543;
}
</style>
border-color css
<style>
span { border-color: #D2D543; }
span { border-color: rgb(210,213,67); }
td.TdClassName
{
border-color: #D2D543;
}
.TagClassName
{
border-color: #D2D543;
}
</style>