Shades of Wattle #D7CF3E
Tints of Wattle #D7CF3E
RGB
CMYK
RGB Variations
Color information
#D7CF3E (or 0xD7CF3E) is known color: Wattle. HEX triplet: D7, CF and 3E. RGB value is (215,207,62). Sum of RGB (Red+Green+Blue) = 215+207+62=484 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.42% from 484); Green value is 207 (81.25% from 255 or 42.77% from 484); Blue value is 62 (24.61% from 255 or 12.81% from 484); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CF3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7CF3E is #2830C1. Grayscale: #C1C1C1. Windows color (decimal): -2633922 or 4116439. OLE color: 4116439.
HSL color Cylindrical-coordinate representation of color #D7CF3E: hue angle of 56.86º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D7CF3E is Cyan = 0, Magento = 0.04, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 207 | 62 | - |
| CMYK | 0 | 0.04 | 0.71 | 0.16 |
| HSL | 56.86º | 0.66% | 0.54% | - |
| HSV(B) | 56.86º | 0.71% | 0.84% | - |
| XYZ | 51.21 | 59.42 | 13.33 | - |
| YUV | 192.86 | 54.15 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 207 | 62 | 0 | 0.04 | 0.71 | 0.16 | 56.86 | 0.66 | 0.54 |
| Hex | D7 | CF | 3E | 0 | 4 | 47 | 10 | 39 | 42 | 36 |
| Octal | 327 | 317 | 76 | 0 | 4 | 107 | 20 | 71 | 102 | 66 |
| Binary | 11010111 | 11001111 | 111110 | 0 | 100 | 1000111 | 10000 | 111001 | 1000010 | 110110 |
Color Harmonies of #D7CF3E
Complementary color
Monochromatic Colors of #D7CF3E
Black with #D7CF3E
Text Example
Text Example
White with #D7CF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7CF3E; }
p { color: rgb(215,207,62); }
H1.HeaderClassName
{
color: #D7CF3E;
}
.AnyTagClassName
{
color: #D7CF3E;
}
</style>
background-color css
<style>
a { background-color: #D7CF3E; }
a { background-color: rgb(215,207,62); }
div.DivClassName
{
background-color: #D7CF3E;
}
.BgClassName
{
background-color: #D7CF3E;
}
</style>
border-color css
<style>
span { border-color: #D7CF3E; }
span { border-color: rgb(215,207,62); }
td.TdClassName
{
border-color: #D7CF3E;
}
.TagClassName
{
border-color: #D7CF3E;
}
</style>