Shades of Wattle #D7D238
Tints of Wattle #D7D238
RGB
CMYK
RGB Variations
Color information
#D7D238 (or 0xD7D238) is known color: Wattle. HEX triplet: D7, D2 and 38. RGB value is (215,210,56). Sum of RGB (Red+Green+Blue) = 215+210+56=481 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.70% from 481); Green value is 210 (82.42% from 255 or 43.66% from 481); Blue value is 56 (22.27% from 255 or 11.64% from 481); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D238 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7D238 is #282DC7. Grayscale: #C2C2C2. Windows color (decimal): -2633160 or 3723991. OLE color: 3723991.
HSL color Cylindrical-coordinate representation of color #D7D238: hue angle of 58.11º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D7D238 is Cyan = 0, Magento = 0.02, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 210 | 56 | - |
| CMYK | 0 | 0.02 | 0.74 | 0.16 |
| HSL | 58.11º | 0.67% | 0.53% | - |
| HSV(B) | 58.11º | 0.74% | 0.84% | - |
| XYZ | 51.78 | 60.83 | 12.75 | - |
| YUV | 193.94 | 50.16 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 210 | 56 | 0 | 0.02 | 0.74 | 0.16 | 58.11 | 0.67 | 0.53 |
| Hex | D7 | D2 | 38 | 0 | 2 | 4A | 10 | 3A | 43 | 35 |
| Octal | 327 | 322 | 70 | 0 | 2 | 112 | 20 | 72 | 103 | 65 |
| Binary | 11010111 | 11010010 | 111000 | 0 | 10 | 1001010 | 10000 | 111010 | 1000011 | 110101 |
Color Harmonies of #D7D238
Complementary color
Monochromatic Colors of #D7D238
Black with #D7D238
Text Example
Text Example
White with #D7D238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D238; }
p { color: rgb(215,210,56); }
H1.HeaderClassName
{
color: #D7D238;
}
.AnyTagClassName
{
color: #D7D238;
}
</style>
background-color css
<style>
a { background-color: #D7D238; }
a { background-color: rgb(215,210,56); }
div.DivClassName
{
background-color: #D7D238;
}
.BgClassName
{
background-color: #D7D238;
}
</style>
border-color css
<style>
span { border-color: #D7D238; }
span { border-color: rgb(215,210,56); }
td.TdClassName
{
border-color: #D7D238;
}
.TagClassName
{
border-color: #D7D238;
}
</style>