Shades of Wattle #D7CE2D
Tints of Wattle #D7CE2D
RGB
CMYK
RGB Variations
Color information
#D7CE2D (or 0xD7CE2D) is known color: Wattle. HEX triplet: D7, CE and 2D. RGB value is (215,206,45). Sum of RGB (Red+Green+Blue) = 215+206+45=466 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.14% from 466); Green value is 206 (80.86% from 255 or 44.21% from 466); Blue value is 45 (17.97% from 255 or 9.66% from 466); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CE2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7CE2D is #2831D2. Grayscale: #BEBEBE. Windows color (decimal): -2634195 or 3002071. OLE color: 3002071.
HSL color Cylindrical-coordinate representation of color #D7CE2D: hue angle of 56.82º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D7CE2D is Cyan = 0, Magento = 0.04, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 206 | 45 | - |
| CMYK | 0 | 0.04 | 0.79 | 0.16 |
| HSL | 56.82º | 0.68% | 0.51% | - |
| HSV(B) | 56.82º | 0.79% | 0.84% | - |
| XYZ | 50.57 | 58.78 | 11.16 | - |
| YUV | 190.34 | 45.98 | 145.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 206 | 45 | 0 | 0.04 | 0.79 | 0.16 | 56.82 | 0.68 | 0.51 |
| Hex | D7 | CE | 2D | 0 | 4 | 4F | 10 | 39 | 44 | 33 |
| Octal | 327 | 316 | 55 | 0 | 4 | 117 | 20 | 71 | 104 | 63 |
| Binary | 11010111 | 11001110 | 101101 | 0 | 100 | 1001111 | 10000 | 111001 | 1000100 | 110011 |
Color Harmonies of #D7CE2D
Complementary color
Monochromatic Colors of #D7CE2D
Black with #D7CE2D
Text Example
Text Example
White with #D7CE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7CE2D; }
p { color: rgb(215,206,45); }
H1.HeaderClassName
{
color: #D7CE2D;
}
.AnyTagClassName
{
color: #D7CE2D;
}
</style>
background-color css
<style>
a { background-color: #D7CE2D; }
a { background-color: rgb(215,206,45); }
div.DivClassName
{
background-color: #D7CE2D;
}
.BgClassName
{
background-color: #D7CE2D;
}
</style>
border-color css
<style>
span { border-color: #D7CE2D; }
span { border-color: rgb(215,206,45); }
td.TdClassName
{
border-color: #D7CE2D;
}
.TagClassName
{
border-color: #D7CE2D;
}
</style>