Shades of Wattle #D8CF3E
Tints of Wattle #D8CF3E
RGB
CMYK
RGB Variations
Color information
#D8CF3E (or 0xD8CF3E) is known color: Wattle. HEX triplet: D8, CF and 3E. RGB value is (216,207,62). Sum of RGB (Red+Green+Blue) = 216+207+62=485 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.54% from 485); Green value is 207 (81.25% from 255 or 42.68% from 485); Blue value is 62 (24.61% from 255 or 12.78% from 485); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CF3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8CF3E is #2730C1. Grayscale: #C1C1C1. Windows color (decimal): -2568386 or 4116440. OLE color: 4116440.
HSL color Cylindrical-coordinate representation of color #D8CF3E: hue angle of 56.49º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D8CF3E is Cyan = 0, Magento = 0.04, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 207 | 62 | - |
| CMYK | 0 | 0.04 | 0.71 | 0.15 |
| HSL | 56.49º | 0.66% | 0.55% | - |
| HSV(B) | 56.49º | 0.71% | 0.85% | - |
| XYZ | 51.5 | 59.57 | 13.34 | - |
| YUV | 193.16 | 53.98 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 207 | 62 | 0 | 0.04 | 0.71 | 0.15 | 56.49 | 0.66 | 0.55 |
| Hex | D8 | CF | 3E | 0 | 4 | 47 | F | 38 | 42 | 37 |
| Octal | 330 | 317 | 76 | 0 | 4 | 107 | 17 | 70 | 102 | 67 |
| Binary | 11011000 | 11001111 | 111110 | 0 | 100 | 1000111 | 1111 | 111000 | 1000010 | 110111 |
Color Harmonies of #D8CF3E
Complementary color
Monochromatic Colors of #D8CF3E
Black with #D8CF3E
Text Example
Text Example
White with #D8CF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CF3E; }
p { color: rgb(216,207,62); }
H1.HeaderClassName
{
color: #D8CF3E;
}
.AnyTagClassName
{
color: #D8CF3E;
}
</style>
background-color css
<style>
a { background-color: #D8CF3E; }
a { background-color: rgb(216,207,62); }
div.DivClassName
{
background-color: #D8CF3E;
}
.BgClassName
{
background-color: #D8CF3E;
}
</style>
border-color css
<style>
span { border-color: #D8CF3E; }
span { border-color: rgb(216,207,62); }
td.TdClassName
{
border-color: #D8CF3E;
}
.TagClassName
{
border-color: #D8CF3E;
}
</style>