Shades of Wattle #D7C92E
Tints of Wattle #D7C92E
RGB
CMYK
RGB Variations
Color information
#D7C92E (or 0xD7C92E) is known color: Wattle. HEX triplet: D7, C9 and 2E. RGB value is (215,201,46). Sum of RGB (Red+Green+Blue) = 215+201+46=462 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.54% from 462); Green value is 201 (78.91% from 255 or 43.51% from 462); Blue value is 46 (18.36% from 255 or 9.96% from 462); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C92E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7C92E is #2836D1. Grayscale: #BCBCBC. Windows color (decimal): -2635474 or 3066327. OLE color: 3066327.
HSL color Cylindrical-coordinate representation of color #D7C92E: hue angle of 55.03º 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 #D7C92E is Cyan = 0, Magento = 0.07, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 201 | 46 | - |
| CMYK | 0 | 0.07 | 0.79 | 0.16 |
| HSL | 55.03º | 0.68% | 0.51% | - |
| HSV(B) | 55.03º | 0.79% | 0.84% | - |
| XYZ | 49.4 | 56.42 | 10.87 | - |
| YUV | 187.52 | 48.14 | 147.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 201 | 46 | 0 | 0.07 | 0.79 | 0.16 | 55.03 | 0.68 | 0.51 |
| Hex | D7 | C9 | 2E | 0 | 7 | 4F | 10 | 37 | 44 | 33 |
| Octal | 327 | 311 | 56 | 0 | 7 | 117 | 20 | 67 | 104 | 63 |
| Binary | 11010111 | 11001001 | 101110 | 0 | 111 | 1001111 | 10000 | 110111 | 1000100 | 110011 |
Color Harmonies of #D7C92E
Complementary color
Monochromatic Colors of #D7C92E
Black with #D7C92E
Text Example
Text Example
White with #D7C92E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C92E; }
p { color: rgb(215,201,46); }
H1.HeaderClassName
{
color: #D7C92E;
}
.AnyTagClassName
{
color: #D7C92E;
}
</style>
background-color css
<style>
a { background-color: #D7C92E; }
a { background-color: rgb(215,201,46); }
div.DivClassName
{
background-color: #D7C92E;
}
.BgClassName
{
background-color: #D7C92E;
}
</style>
border-color css
<style>
span { border-color: #D7C92E; }
span { border-color: rgb(215,201,46); }
td.TdClassName
{
border-color: #D7C92E;
}
.TagClassName
{
border-color: #D7C92E;
}
</style>