Shades of Wattle #D9CF2E
Tints of Wattle #D9CF2E
RGB
CMYK
RGB Variations
Color information
#D9CF2E (or 0xD9CF2E) is known color: Wattle. HEX triplet: D9, CF and 2E. RGB value is (217,207,46). Sum of RGB (Red+Green+Blue) = 217+207+46=470 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.17% from 470); Green value is 207 (81.25% from 255 or 44.04% from 470); Blue value is 46 (18.36% from 255 or 9.79% from 470); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CF2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9CF2E is #2630D1. Grayscale: #C0C0C0. Windows color (decimal): -2502866 or 3067865. OLE color: 3067865.
HSL color Cylindrical-coordinate representation of color #D9CF2E: hue angle of 56.49º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D9CF2E is Cyan = 0, Magento = 0.05, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 207 | 46 | - |
| CMYK | 0 | 0.05 | 0.79 | 0.15 |
| HSL | 56.49º | 0.69% | 0.52% | - |
| HSV(B) | 56.49º | 0.79% | 0.85% | - |
| XYZ | 51.42 | 59.57 | 11.37 | - |
| YUV | 191.64 | 45.81 | 146.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 207 | 46 | 0 | 0.05 | 0.79 | 0.15 | 56.49 | 0.69 | 0.52 |
| Hex | D9 | CF | 2E | 0 | 5 | 4F | F | 38 | 45 | 34 |
| Octal | 331 | 317 | 56 | 0 | 5 | 117 | 17 | 70 | 105 | 64 |
| Binary | 11011001 | 11001111 | 101110 | 0 | 101 | 1001111 | 1111 | 111000 | 1000101 | 110100 |
Color Harmonies of #D9CF2E
Complementary color
Monochromatic Colors of #D9CF2E
Black with #D9CF2E
Text Example
Text Example
White with #D9CF2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CF2E; }
p { color: rgb(217,207,46); }
H1.HeaderClassName
{
color: #D9CF2E;
}
.AnyTagClassName
{
color: #D9CF2E;
}
</style>
background-color css
<style>
a { background-color: #D9CF2E; }
a { background-color: rgb(217,207,46); }
div.DivClassName
{
background-color: #D9CF2E;
}
.BgClassName
{
background-color: #D9CF2E;
}
</style>
border-color css
<style>
span { border-color: #D9CF2E; }
span { border-color: rgb(217,207,46); }
td.TdClassName
{
border-color: #D9CF2E;
}
.TagClassName
{
border-color: #D9CF2E;
}
</style>