Shades of Wattle #D4CE31
Tints of Wattle #D4CE31
RGB
CMYK
RGB Variations
Color information
#D4CE31 (or 0xD4CE31) is known color: Wattle. HEX triplet: D4, CE and 31. RGB value is (212,206,49). Sum of RGB (Red+Green+Blue) = 212+206+49=467 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.40% from 467); Green value is 206 (80.86% from 255 or 44.11% from 467); Blue value is 49 (19.53% from 255 or 10.49% from 467); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CE31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4CE31 is #2B31CE. Grayscale: #BEBEBE. Windows color (decimal): -2830799 or 3264212. OLE color: 3264212.
HSL color Cylindrical-coordinate representation of color #D4CE31: hue angle of 57.79º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D4CE31 is Cyan = 0, Magento = 0.03, Yellow = 0.77 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 206 | 49 | - |
| CMYK | 0 | 0.03 | 0.77 | 0.17 |
| HSL | 57.79º | 0.65% | 0.51% | - |
| HSV(B) | 57.79º | 0.77% | 0.83% | - |
| XYZ | 49.78 | 58.36 | 11.55 | - |
| YUV | 189.9 | 48.49 | 143.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 206 | 49 | 0 | 0.03 | 0.77 | 0.17 | 57.79 | 0.65 | 0.51 |
| Hex | D4 | CE | 31 | 0 | 3 | 4D | 11 | 3A | 41 | 33 |
| Octal | 324 | 316 | 61 | 0 | 3 | 115 | 21 | 72 | 101 | 63 |
| Binary | 11010100 | 11001110 | 110001 | 0 | 11 | 1001101 | 10001 | 111010 | 1000001 | 110011 |
Color Harmonies of #D4CE31
Complementary color
Monochromatic Colors of #D4CE31
Black with #D4CE31
Text Example
Text Example
White with #D4CE31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CE31; }
p { color: rgb(212,206,49); }
H1.HeaderClassName
{
color: #D4CE31;
}
.AnyTagClassName
{
color: #D4CE31;
}
</style>
background-color css
<style>
a { background-color: #D4CE31; }
a { background-color: rgb(212,206,49); }
div.DivClassName
{
background-color: #D4CE31;
}
.BgClassName
{
background-color: #D4CE31;
}
</style>
border-color css
<style>
span { border-color: #D4CE31; }
span { border-color: rgb(212,206,49); }
td.TdClassName
{
border-color: #D4CE31;
}
.TagClassName
{
border-color: #D4CE31;
}
</style>