Shades of Wattle #D7D343
Tints of Wattle #D7D343
RGB
CMYK
RGB Variations
Color information
#D7D343 (or 0xD7D343) is known color: Wattle. HEX triplet: D7, D3 and 43. RGB value is (215,211,67). Sum of RGB (Red+Green+Blue) = 215+211+67=493 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.61% from 493); Green value is 211 (82.81% from 255 or 42.80% from 493); Blue value is 67 (26.56% from 255 or 13.59% from 493); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D343 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7D343 is #282CBC. Grayscale: #C4C4C4. Windows color (decimal): -2632893 or 4445143. OLE color: 4445143.
HSL color Cylindrical-coordinate representation of color #D7D343: hue angle of 58.38º degrees, saturation: 0.65, 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 #D7D343 is Cyan = 0, Magento = 0.02, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 211 | 67 | - |
| CMYK | 0 | 0.02 | 0.69 | 0.16 |
| HSL | 58.38º | 0.65% | 0.55% | - |
| HSV(B) | 58.38º | 0.69% | 0.84% | - |
| XYZ | 52.33 | 61.44 | 14.41 | - |
| YUV | 195.78 | 55.33 | 141.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 211 | 67 | 0 | 0.02 | 0.69 | 0.16 | 58.38 | 0.65 | 0.55 |
| Hex | D7 | D3 | 43 | 0 | 2 | 45 | 10 | 3A | 41 | 37 |
| Octal | 327 | 323 | 103 | 0 | 2 | 105 | 20 | 72 | 101 | 67 |
| Binary | 11010111 | 11010011 | 1000011 | 0 | 10 | 1000101 | 10000 | 111010 | 1000001 | 110111 |
Color Harmonies of #D7D343
Complementary color
Monochromatic Colors of #D7D343
Black with #D7D343
Text Example
Text Example
White with #D7D343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D343; }
p { color: rgb(215,211,67); }
H1.HeaderClassName
{
color: #D7D343;
}
.AnyTagClassName
{
color: #D7D343;
}
</style>
background-color css
<style>
a { background-color: #D7D343; }
a { background-color: rgb(215,211,67); }
div.DivClassName
{
background-color: #D7D343;
}
.BgClassName
{
background-color: #D7D343;
}
</style>
border-color css
<style>
span { border-color: #D7D343; }
span { border-color: rgb(215,211,67); }
td.TdClassName
{
border-color: #D7D343;
}
.TagClassName
{
border-color: #D7D343;
}
</style>