Shades of Wattle #D7CE40
Tints of Wattle #D7CE40
RGB
CMYK
RGB Variations
Color information
#D7CE40 (or 0xD7CE40) is known color: Wattle. HEX triplet: D7, CE and 40. RGB value is (215,206,64). Sum of RGB (Red+Green+Blue) = 215+206+64=485 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.33% from 485); Green value is 206 (80.86% from 255 or 42.47% from 485); Blue value is 64 (25.39% from 255 or 13.20% from 485); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CE40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7CE40 is #2831BF. Grayscale: #C1C1C1. Windows color (decimal): -2634176 or 4247255. OLE color: 4247255.
HSL color Cylindrical-coordinate representation of color #D7CE40: hue angle of 56.42º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D7CE40 is Cyan = 0, Magento = 0.04, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 206 | 64 | - |
| CMYK | 0 | 0.04 | 0.70 | 0.16 |
| HSL | 56.42º | 0.65% | 0.55% | - |
| HSV(B) | 56.42º | 0.7% | 0.84% | - |
| XYZ | 51.02 | 58.96 | 13.54 | - |
| YUV | 192.5 | 55.48 | 144.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 206 | 64 | 0 | 0.04 | 0.70 | 0.16 | 56.42 | 0.65 | 0.55 |
| Hex | D7 | CE | 40 | 0 | 4 | 46 | 10 | 38 | 41 | 37 |
| Octal | 327 | 316 | 100 | 0 | 4 | 106 | 20 | 70 | 101 | 67 |
| Binary | 11010111 | 11001110 | 1000000 | 0 | 100 | 1000110 | 10000 | 111000 | 1000001 | 110111 |
Color Harmonies of #D7CE40
Complementary color
Monochromatic Colors of #D7CE40
Black with #D7CE40
Text Example
Text Example
White with #D7CE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7CE40; }
p { color: rgb(215,206,64); }
H1.HeaderClassName
{
color: #D7CE40;
}
.AnyTagClassName
{
color: #D7CE40;
}
</style>
background-color css
<style>
a { background-color: #D7CE40; }
a { background-color: rgb(215,206,64); }
div.DivClassName
{
background-color: #D7CE40;
}
.BgClassName
{
background-color: #D7CE40;
}
</style>
border-color css
<style>
span { border-color: #D7CE40; }
span { border-color: rgb(215,206,64); }
td.TdClassName
{
border-color: #D7CE40;
}
.TagClassName
{
border-color: #D7CE40;
}
</style>